pass
This commit is contained in:
parent
b8a72e00c3
commit
3ef904000a
|
|
@ -10,7 +10,8 @@ volumes:
|
||||||
services:
|
services:
|
||||||
dashboard:
|
dashboard:
|
||||||
container_name: medicine-dashboard
|
container_name: medicine-dashboard
|
||||||
image: medicine-dashboard:latest
|
image: docker.med-logic.ru/medicine-dashboard:latest
|
||||||
|
build: false
|
||||||
restart: always
|
restart: always
|
||||||
privileged: true
|
privileged: true
|
||||||
user: root
|
user: root
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,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 compose stop
|
|
||||||
|
|
||||||
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 medicine-dashboard:latest
|
|
||||||
|
|
||||||
|
docker compose stop
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ networks:
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
container_name: service-redis
|
container_name: service-redis
|
||||||
image: redis-6.2
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue