1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-03-24 20:58:35 +10:00
parent 3ebf4a0d23
commit fbd123bb0e
1 changed files with 4 additions and 4 deletions

View File

@ -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