Feat(telegram): Added new controller to handle help and show
All checks were successful
Webhook-Everything/Webhook-Everything/pipeline/head This commit looks good

This commit is contained in:
2022-09-10 00:40:10 +08:00
parent a54bdd3f90
commit b3644f05e6
7 changed files with 36 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ services:
image: postgres
restart: always
volumes:
- "./_postgres_data:/var/lib/postgresql/data"
- "./_docker_mnt/_postgres_data:/var/lib/postgresql/data"
environment:
- "POSTGRES_USER=${DB_USER}"
- "POSTGRES_PASSWORD=${DB_PASS}"