Compare commits
2 Commits
87bdc0245a
...
6248b32ce2
| Author | SHA1 | Date | |
|---|---|---|---|
| 6248b32ce2 | |||
| 07a3b204bf |
@@ -8,8 +8,8 @@ services:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- ./db/postgres_vol:/var/lib/postgresql/data
|
||||
- ./db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||
- ./server/db/postgres_vol:/var/lib/postgresql/data
|
||||
- ./server/db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
Reference in New Issue
Block a user