feat: add preprod observability foundation
This commit is contained in:
@@ -3,8 +3,9 @@ services:
|
||||
image: postgres:16
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- /etc/socialize/socialize.env
|
||||
- .deploy.env
|
||||
- path: /etc/socialize/socialize.env
|
||||
- path: .deploy.env
|
||||
required: false
|
||||
environment:
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
@@ -23,8 +24,9 @@ services:
|
||||
image: git.mapachotes.com/jbourdon/socialize-api:${SOCIALIZE_IMAGE_TAG}
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- /etc/socialize/socialize.env
|
||||
- .deploy.env
|
||||
- path: /etc/socialize/socialize.env
|
||||
- path: .deploy.env
|
||||
required: false
|
||||
environment:
|
||||
ASPNETCORE_ENVIRONMENT: ${ASPNETCORE_ENVIRONMENT}
|
||||
ASPNETCORE_URLS: ${ASPNETCORE_URLS}
|
||||
|
||||
Reference in New Issue
Block a user