Merge pull request #12 from vulcanize/fix-docker-image
Fix docker image.
This commit is contained in:
commit
0174b9f978
@ -1 +1,3 @@
|
|||||||
FROM postgres:12-alpine
|
FROM postgres:12-alpine
|
||||||
|
|
||||||
|
COPY ./schema.sql /docker-entrypoint-initdb.d/init.sql
|
@ -10,7 +10,5 @@ services:
|
|||||||
POSTGRES_DB: "vulcanize_public"
|
POSTGRES_DB: "vulcanize_public"
|
||||||
POSTGRES_PASSWORD: "password"
|
POSTGRES_PASSWORD: "password"
|
||||||
hostname: db
|
hostname: db
|
||||||
volumes:
|
|
||||||
- ./schema.sql:/docker-entrypoint-initdb.d/init.sql
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8077:5432"
|
- "127.0.0.1:8077:5432"
|
Loading…
Reference in New Issue
Block a user