pass
This commit is contained in:
parent
7df51d4822
commit
5f994e025b
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue