Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0174b9f978 | ||
|
|
76ea0d32dd |
+3
-1
@@ -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"
|
||||||
Reference in New Issue
Block a user