3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-05-31 20:08:17 +10:00
parent 7df51d4822
commit 5f994e025b
1 changed files with 1 additions and 5 deletions

View File

@ -4,10 +4,6 @@ networks:
medicine-network:
external: true
volumes:
postgres-data:
name: medicine-postgres-data
services:
postgres:
image: postgres:15
@ -30,7 +26,7 @@ services:
timeout: 5s
retries: 5
volumes:
- postgres-data:/var/lib/postgresql/data
- ./postgres-data:/var/lib/postgresql/data
logging:
driver: "json-file"
options: