redo postgres docker instance
This commit is contained in:
parent
bdff5140f3
commit
e3022f9af8
@ -56,6 +56,7 @@ services:
|
||||
- "4502:5432"
|
||||
volumes:
|
||||
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
- ./init2.sql:/docker-entrypoint-initdb.d/init2.sql
|
||||
- ./postgres-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
@ -64,21 +65,6 @@ services:
|
||||
options:
|
||||
max-size: "1m"
|
||||
max-file: "3"
|
||||
|
||||
postgres-test:
|
||||
image: postgres:10.4
|
||||
restart: always
|
||||
ports:
|
||||
- "4505:5432"
|
||||
volumes:
|
||||
- ./init2.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: ngsplanner2
|
||||
logging:
|
||||
options:
|
||||
max-size: "1m"
|
||||
max-file: "3"
|
||||
|
||||
frontend:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user