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: medicine-network:
external: true external: true
volumes:
postgres-data:
name: medicine-postgres-data
services: services:
postgres: postgres:
image: postgres:15 image: postgres:15
@ -30,7 +26,7 @@ services:
timeout: 5s timeout: 5s
retries: 5 retries: 5
volumes: volumes:
- postgres-data:/var/lib/postgresql/data - ./postgres-data:/var/lib/postgresql/data
logging: logging:
driver: "json-file" driver: "json-file"
options: options: