3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-05-30 18:36:01 +10:00
parent 9a8de219dd
commit 2e5c26a1b2
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,5 @@
version: '3.4'
networks:
medicine-network:
external: true

View File

@ -1,8 +1,11 @@
version: '3'
services:
networks:
medicine-network:
external: true
services:
thumbgen:
restart: "always"
image: "docker.med-logic.ru/thumbgen:latest"
@ -16,7 +19,3 @@ services:
max-file: "10"
networks:
- medicine-network
networks:
medicine-network:
external: true