1
0
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
Ilya Mukhortov 3f6af9d5fa pass 2026-01-14 17:20:32 +10:00
Ilya Mukhortov 78959dd28b pass 2026-01-14 17:14:27 +10:00
5 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ networks:
services:
dashboard:
container_name: medicine-dashboard
image: docker.med-logic.ru/medicine-dashboard:latest
image: medlogic/medicine-dashboard:latest
restart: always
privileged: true
user: root
@ -17,6 +17,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "800:1337"
expose:
- 800
logging:
driver: "json-file"
options:

View File

@ -9,6 +9,7 @@ fi
echo "readonly" | docker login docker.med-logic.ru --username readonly --password-stdin
docker pull docker.med-logic.ru/medicine-dashboard:latest
docker tag docker.med-logic.ru/medicine-dashboard:latest medlogic/medicine:latest
docker compose stop
docker compose up -d

View File

@ -17,9 +17,6 @@ x-common: &common-params
- medicine-public-data:/app/public
networks:
- medicine-network
extra_hosts:
- "sync.med-logic.ru:89.223.70.16"
- "sentry.med-logic.ru:89.223.70.16"
logging:
driver: "json-file"
options:

View File

@ -8,7 +8,7 @@ volumes:
services:
postgres:
image: postgres-15
image: postgres:15
container_name: service-postgres
restart: always
shm_size: 1gb

View File

@ -6,7 +6,7 @@ networks:
services:
redis:
container_name: service-redis
image: redis-6
image: redis:6
restart: "always"
command: redis-server --loglevel warning --maxmemory-policy allkeys-lru --maxclients 10000
networks: