1
0
Fork 0

Compare commits

..

No commits in common. "3f6af9d5fa59c3844123299c3238bee430c5e321" and "438d6fb3610238ae5226ba7b3809c8bc306aacfd" have entirely different histories.

5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -9,7 +9,6 @@ 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,6 +17,9 @@ 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: