Ajout de variables d'environnement pour sidekiq dans le template docker compose
This commit is contained in:
parent
0bded7c301
commit
2697b85ce2
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
version: '3.1'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
discourse:
|
discourse:
|
||||||
image: {{ docker_discourse_image_version }}
|
image: {{ docker_discourse_image_version }}
|
||||||
|
@ -91,6 +89,9 @@ services:
|
||||||
- DISCOURSE_SMTP_USER={{ docker_discourse_smtp_user }}
|
- DISCOURSE_SMTP_USER={{ docker_discourse_smtp_user }}
|
||||||
- DISCOURSE_SMTP_PASSWORD={{ docker_discourse_smtp_password }}
|
- DISCOURSE_SMTP_PASSWORD={{ docker_discourse_smtp_password }}
|
||||||
- DISCOURSE_SMTP_PROTOCOL={{ docker_discourse_smtp_protocol }}
|
- DISCOURSE_SMTP_PROTOCOL={{ docker_discourse_smtp_protocol }}
|
||||||
|
- DISCOURSE_SMTP_AUTH={{ docker_discourse_smtp_auth }}
|
||||||
|
- DISCOURSE_SMTP_OPEN_TIMEOUT={{ docker_discourse_smtp_open_timeout }}
|
||||||
|
- DISCOURSE_SMTP_READ_TIMEOUT={{ docker_discourse_smtp_read_timeout }}
|
||||||
networks:
|
networks:
|
||||||
- discourse
|
- discourse
|
||||||
- traefik
|
- traefik
|
||||||
|
|
Loading…
Reference in a new issue