Add commands and event handlers
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ services:
|
||||
depends_on:
|
||||
- goff-db
|
||||
environment:
|
||||
- DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
|
||||
- DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable
|
||||
links:
|
||||
- goff-db:goff.db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user