1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-16 06:36:17 +00:00

version add

This commit is contained in:
mihalin
2021-09-09 19:16:28 +03:00
parent 68e60bb0c7
commit 869df66cd3
5 changed files with 21 additions and 3 deletions

View File

@@ -16,14 +16,23 @@ services:
- redis-db:/bitnami/redis/data
env_file:
- release.env
bot:
build: .
olgram:
image: ghcr.io/civsocit/olgram/bot:stable
restart: unless-stopped
labels:
- 'com.centurylinklabs.watchtower.enable="true"'
env_file:
- release.env
depends_on:
- postgres
- redis
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config.json:/config.json
command: --interval 30
volumes:
database: