Fix API
This commit is contained in:
@@ -31,6 +31,12 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- "2939:8080"
|
||||
environment:
|
||||
- "DATABASE_USER=postgres"
|
||||
- "DATABASE_PASS=postgres"
|
||||
- "DATABASE_NAME=postgres"
|
||||
- "DATABASE_HOST=db"
|
||||
- "DATABASE_PORT=5432"
|
||||
db:
|
||||
image: postgres:alpine
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user