Implement push monitoring
This commit is contained in:
@ -12,10 +12,11 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TOKEN=$TOKEN
|
||||
- DB_HOST=database
|
||||
- DB_HOST=db
|
||||
- DB_USERNAME=$DB_USERNAME
|
||||
- DB_PASSWORD=$DB_PASSWORD
|
||||
- DB_DATABASE=$DB_DATABASE
|
||||
- MONITOR_URL=$MONITOR_URL
|
||||
db:
|
||||
image: postgres:latest
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user