mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 09:35:47 +02:00
Switched to yml vars files
This commit is contained in:
parent
51a82d1df2
commit
b972819678
5 changed files with 26 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
app:
|
||||
image: 'traefik:{{ traefik_version }}'
|
||||
image: 'traefik:{{ traefik.version }}'
|
||||
|
||||
deploy:
|
||||
mode: replicated
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ providers:
|
|||
certificatesResolvers:
|
||||
letsEncrypt:
|
||||
acme:
|
||||
email: "{{ letsencrypt_email }}"
|
||||
email: "{{ traefik.acme_email }}"
|
||||
storage: "/etc/traefik/acme/acme.json"
|
||||
httpChallenge:
|
||||
entryPoint: web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue