pass
This commit is contained in:
parent
b8a72e00c3
commit
3ef904000a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue