ci(docker): use docker compose yaml anchor values and extension fields

This commit is contained in:
Amruth Pillai
2022-03-24 11:32:57 +01:00
parent 786937f847
commit ff8b22274f
7 changed files with 55 additions and 123 deletions

View File

@ -1,12 +1,14 @@
# Global
# Shared
TZ=UTC
PUBLIC_URL=http://localhost
PUBLIC_SERVER_URL=http://localhost/api
PUBLIC_GOOGLE_CLIENT_ID=
# Server
SECRET_KEY=
PUBLIC_URL=http://<SERVER-IP>
POSTGRES_HOST=localhost
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_USERNAME=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DATABASE=postgres
POSTGRES_SSL_CERT=
@ -20,12 +22,5 @@ SENDGRID_FORGOT_PASSWORD_TEMPLATE_ID=
SENDGRID_FROM_NAME=
SENDGRID_FROM_EMAIL=
# Client
PUBLIC_URL=http://<SERVER-IP>
PUBLIC_SERVER_URL=http://<SERVER-IP>/api
PUBLIC_GOOGLE_CLIENT_ID=
# Postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DATABASE=postgres
# Flags
PUBLIC_FLAG_DISABLE_SIGNUPS=false