Fixtures for brew in postgres
This commit is contained in:
@ -2,14 +2,16 @@ web:
|
||||
restart: always
|
||||
build: ./web
|
||||
expose:
|
||||
- "8000"
|
||||
- "6543"
|
||||
ports:
|
||||
- "6543:6543"
|
||||
links:
|
||||
- postgres:postgres
|
||||
volumes:
|
||||
- /usr/src/app/static
|
||||
environment:
|
||||
DB_NAME: brew
|
||||
DB_USER: postgres
|
||||
DB_USER: brew
|
||||
DB_PASS: 123456
|
||||
SECRET_KEY: secret
|
||||
|
||||
@ -27,7 +29,7 @@ nginx:
|
||||
|
||||
postgres:
|
||||
restart: always
|
||||
image: postgres:latest
|
||||
image: ./postgres
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
expose:
|
||||
|
||||
Reference in New Issue
Block a user