Commit 54619b55 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Añade config de certificados a Traefik dev

parent 4b249272
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8,6 +8,12 @@ services:
      - "--entrypoints=Name:https Address::443"
      - "--defaultentrypoints=http,https"
      - "--docker.swarmmode"
      - "--acme"
      - "--acme.onhostrule"
      - "--acme.email=info@redmic.es"
      - "--acme.storage=acme.json"
      - "--acme.entrypoint=https"
      - "--acme.httpchallenge.entrypoint=http"
    ports:
      - target: 80
        published: 80