Always pull new images

This commit is contained in:
WilliamMiceli
2018-08-13 15:43:54 -04:00
parent 5f3e9a48d1
commit 126d33dabf
7 changed files with 20 additions and 8 deletions

View File

@@ -1,9 +1,11 @@
grafana:
image: grafana/grafana:4.2.0
ports:
- ${http_port}:3000
environment:
GF_SECURITY_ADMIN_USER: ${admin_username}
GF_SECURITY_ADMIN_PASSWORD: ${admin_password}
GF_SECURITY_SECRET_KEY: ${secret_key}
GF_INSTALL_PLUGINS: ${install_plugins}
image: grafana/grafana:4.2.0
labels:
io.rancher.container.pull_image: always
ports:
- ${http_port}:3000
environment:
GF_SECURITY_ADMIN_USER: ${admin_username}
GF_SECURITY_ADMIN_PASSWORD: ${admin_password}
GF_SECURITY_SECRET_KEY: ${secret_key}
GF_INSTALL_PLUGINS: ${install_plugins}