Commit 90a0e5ef authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Deja Traefik dev sin https ni certs

parent dd13fc42
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -4,16 +4,9 @@ services:
  traefik:
    command:
      - "--logLevel=INFO"
      - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https"
      - "--entrypoints=Name:https Address::443 TLS"
      - "--defaultentrypoints=http,https"
      - "--entrypoints=Name:http Address::80"
      - "--defaultentrypoints=http"
      - "--docker.swarmmode"
      - "--acme"
      - "--acme.onhostrule"
      - "--acme.email=info@redmic.es"
      - "--acme.storage=acme.json"
      - "--acme.entrypoint=https"
      - "--acme.httpchallenge.entrypoint=http"
    deploy:
      mode: replicated
      replicas: 1