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

View File

@ -5,6 +5,7 @@ services:
restart: "always" restart: "always"
image: docker.med-logic.ru/medicine-remd:latest image: docker.med-logic.ru/medicine-remd:latest
container_name: medicine-remd container_name: medicine-remd
env_file: .env
environment: environment:
UWSGI_PROCESSES: 2 UWSGI_PROCESSES: 2
UWSGI_THREADS: 2 UWSGI_THREADS: 2