1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-03-24 21:25:12 +10:00
parent b59d893b6b
commit e143203321
1 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,7 @@ services:
image: docker.med-logic.ru/medicine:latest
container_name: medicine-app
restart: "always"
env_file: .env
environment:
UWSGI_PROCESSES: ${UWSGI_PROCESSES:-2}
UWSGI_THREADS: ${UWSGI_THREADS:-4}
@ -15,7 +16,6 @@ services:
- "${NGINX_HTTPS_PORT:-433}:443"
volumes:
- medicine-public-data:/app/public
- .env:/app/.env
networks:
- medicine-network
logging:
@ -29,8 +29,8 @@ services:
container_name: medicine-tasks
restart: "always"
command: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord-tasks.conf
env_file: .env
volumes:
- .env:/app/.env
- medicine-public-data:/app/public
networks:
- medicine-network