diff --git a/environment/uat/.gitignore b/environment/uat/.gitignore index 76075ce..af10d5d 100644 --- a/environment/uat/.gitignore +++ b/environment/uat/.gitignore @@ -1,2 +1,4 @@ database realdata + +acme.json diff --git a/environment/uat/traefik/acme/acme.json b/environment/uat/acme.json similarity index 100% rename from environment/uat/traefik/acme/acme.json rename to environment/uat/acme.json diff --git a/environment/uat/docker-compose.yml b/environment/uat/docker-compose.yml index d83d3ea..40648d0 100644 --- a/environment/uat/docker-compose.yml +++ b/environment/uat/docker-compose.yml @@ -13,6 +13,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock # See traefik/traefik.toml for static config - ./traefik:/etc/traefik + - ./acme.json:/acme.json # labels: # - "traefik.enable=true" # # Expose traefik dashboard at https://uat.traefik.retropilot.org diff --git a/environment/uat/traefik/acme/.gitignore b/environment/uat/traefik/acme/.gitignore deleted file mode 100644 index 08a7346..0000000 --- a/environment/uat/traefik/acme/.gitignore +++ /dev/null @@ -1 +0,0 @@ -acme.json