1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-01-14 17:14:27 +10:00
parent 438d6fb361
commit 78959dd28b
5 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,7 @@ networks:
services: services:
dashboard: dashboard:
container_name: medicine-dashboard container_name: medicine-dashboard
image: docker.med-logic.ru/medicine-dashboard:latest image: medlogic/medicine-dashboard:latest
restart: always restart: always
privileged: true privileged: true
user: root user: root

View File

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

View File

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

View File

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

View File

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