logchannel command

This commit is contained in:
2022-11-24 12:12:50 +01:00
parent d8365128fc
commit 082bfe6097
8 changed files with 38 additions and 17 deletions

View File

@ -5,16 +5,16 @@ services:
build: ./
depends_on:
- database
restart: always
restart: unless-stopped
environment:
- TOKEN=$TOKEN
- DB_HOST=database:5432
- DB_HOST=database
- DB_USERNAME=$DB_USERNAME
- DB_PASSWORD=$DB_PASSWORD
- DB_DATABASE=$DB_DATABASE
database:
image: postgres:latest
restart: always
restart: unless-stopped
ports:
- 5432:5432
environment: