pass
This commit is contained in:
parent
3ebf4a0d23
commit
fbd123bb0e
|
|
@ -8,11 +8,11 @@ services:
|
||||||
container_name: medicine-app
|
container_name: medicine-app
|
||||||
restart: "always"
|
restart: "always"
|
||||||
environment:
|
environment:
|
||||||
UWSGI_PROCESSES: ${UWSGI_PROCESSES}
|
UWSGI_PROCESSES: ${UWSGI_PROCESSES:-2}
|
||||||
UWSGI_THREADS: ${UWSGI_THREADS}
|
UWSGI_THREADS: ${UWSGI_THREADS:-4}
|
||||||
ports:
|
ports:
|
||||||
- "${NGINX_PORT}:80"
|
- "${NGINX_PORT:-80}:80"
|
||||||
- "${NGINX_HTTPS_PORT}:443"
|
- "${NGINX_HTTPS_PORT:-433}:443"
|
||||||
volumes:
|
volumes:
|
||||||
- medicine-public-data:/app/public
|
- medicine-public-data:/app/public
|
||||||
- .env:/app/.env
|
- .env:/app/.env
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue