19 lines
370 B
YAML
19 lines
370 B
YAML
version: '3'
|
|
|
|
services:
|
|
service-messaging:
|
|
restart: "always"
|
|
image: docker.med-logic.ru/medicine-ntf:latest
|
|
container_name: service-messaging
|
|
env_file: .env
|
|
environment:
|
|
UWSGI_PROCESSES: 2
|
|
UWSGI_THREADS: 2
|
|
ports:
|
|
- "872:80"
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "200k"
|
|
max-file: "10"
|