@@ -7,12 +7,12 @@ services:
77 timeout : 2s
88 retries : 300
99 env_file :
10- - env.d/postgresql
11- - env.d/common
10+ - env.d/postgresql
11+ - env.d/common
1212 environment :
13- - PGDATA=/var/lib/postgresql/data/pgdata
13+ - PGDATA=/var/lib/postgresql/data/pgdata
1414 volumes :
15- - ./data/databases/backend:/var/lib/postgresql/data/pgdata
15+ - ./data/databases/backend:/var/lib/postgresql/data/pgdata
1616
1717 redis :
1818 image : redis:8
@@ -22,12 +22,12 @@ services:
2222 user : ${DOCKER_USER:-1000}
2323 restart : always
2424 environment :
25- - DJANGO_CONFIGURATION=Production
25+ - DJANGO_CONFIGURATION=Production
2626 env_file :
27- - env.d/common
28- - env.d/backend
29- - env.d/yprovider
30- - env.d/postgresql
27+ - env.d/common
28+ - env.d/backend
29+ - env.d/yprovider
30+ - env.d/postgresql
3131 healthcheck :
3232 test : ["CMD", "python", "manage.py", "check"]
3333 interval : 15s
@@ -45,24 +45,24 @@ services:
4545 image : lasuite/impress-y-provider:latest
4646 user : ${DOCKER_USER:-1000}
4747 env_file :
48- - env.d/common
49- - env.d/yprovider
48+ - env.d/common
49+ - env.d/yprovider
5050
5151 frontend :
5252 image : lasuite/impress-frontend:latest
5353 user : " 101"
5454 entrypoint :
55- - /docker-entrypoint.sh
55+ - /docker-entrypoint.sh
5656 command : ["nginx", "-g", "daemon off;"]
5757 env_file :
58- - env.d/common
58+ - env.d/common
5959 # Uncomment and set your values if using our nginx proxy example
6060 # environment:
61- # - VIRTUAL_HOST=${DOCS_HOST} # used by nginx proxy
61+ # - VIRTUAL_HOST=${DOCS_HOST} # used by nginx proxy
6262 # - VIRTUAL_PORT=8083 # used by nginx proxy
6363 # - LETSENCRYPT_HOST=${DOCS_HOST} # used by lets encrypt to generate TLS certificate
6464 volumes :
65- - ./default.conf.template:/etc/nginx/templates/docs.conf.template
65+ - ./default.conf.template:/etc/nginx/templates/docs.conf.template
6666 depends_on :
6767 backend :
6868 condition : service_healthy
0 commit comments