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