tg-rss-bot. Adding host-gateway host to the container for database access.
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
2744234ad7
commit
90ab172836
|
@ -6,6 +6,8 @@ services:
|
||||||
image: 'miroslavsckaya/tg-rss-bot:${IMAGE_VERSION:-latest}'
|
image: 'miroslavsckaya/tg-rss-bot:${IMAGE_VERSION:-latest}'
|
||||||
env_file: .env
|
env_file: .env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
extra_hosts:
|
||||||
|
- 'host.docker.internal:host-gateway'
|
||||||
labels:
|
labels:
|
||||||
ofelia.enabled: "true"
|
ofelia.enabled: "true"
|
||||||
ofelia.job-exec.update-feeds.schedule: "@every ${SCHEDULER_UPDATE:-1h}"
|
ofelia.job-exec.update-feeds.schedule: "@every ${SCHEDULER_UPDATE:-1h}"
|
||||||
|
|
Loading…
Reference in a new issue