1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-01-14 14:39:48 +10:00
parent b8a72e00c3
commit 3ef904000a
3 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,8 @@ volumes:
services:
dashboard:
container_name: medicine-dashboard
image: medicine-dashboard:latest
image: docker.med-logic.ru/medicine-dashboard:latest
build: false
restart: always
privileged: true
user: root

View File

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

View File

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