build: update dependencies and project config
This commit is contained in:
+3
-1
@@ -3,9 +3,11 @@ services:
|
||||
container_name: tgchatbot
|
||||
image: ghcr.io/melod1n/tg-chat-bot:latest
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Moscow
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./config:/config
|
||||
|
||||
Reference in New Issue
Block a user