Add commands and event handlers

This commit is contained in:
Dustin Pianalto
2020-04-07 20:29:47 -08:00
parent 9e33d58a14
commit be81d2280a
11 changed files with 523 additions and 22 deletions
+1 -1
View File
@@ -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