Compare commits

...

2 Commits

Author SHA1 Message Date
Alexey Skobkin 17eb6f99fa Merge pull request 'tg-rss-bot. Adding host-gateway host to the container for database access.' (#60) from feature_tg-rss-bot into master
Reviewed-on: #60
2022-08-22 00:49:40 +03:00
Alexey Skobkin 90ab172836
tg-rss-bot. Adding host-gateway host to the container for database access.
continuous-integration/drone/pr Build is passing Details
2022-08-22 00:48:25 +03:00
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ services:
image: 'miroslavsckaya/tg-rss-bot:${IMAGE_VERSION:-latest}'
env_file: .env
restart: unless-stopped
extra_hosts:
- 'host.docker.internal:host-gateway'
labels:
ofelia.enabled: "true"
ofelia.job-exec.update-feeds.schedule: "@every ${SCHEDULER_UPDATE:-1h}"