diff --git a/.gitignore b/.gitignore index 08c2b14..b94ed06 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,10 @@ homepages/forust_files/.well-known/* # Traefik files traefik/letsencrypt/acme.json traefik/dynamic/fileservers.yml +traefik/dynamic/*.local.y*ml.* +traefik/dynamic/*.external.y*ml + + traefik/logs/* # SSL Certificates diff --git a/portainer/compose.yaml b/portainer/compose.yaml index 6923c46..6707339 100644 --- a/portainer/compose.yaml +++ b/portainer/compose.yaml @@ -7,13 +7,11 @@ services: - /var/run/docker.sock:/var/run/docker.sock - data:/data ports: - - 9443:9443 + - 9000:9000 # - 8000:8000 # Remove if you do not intend to use Edge Agents labels: - "traefik.enable=true" - - "traefik.http.services.portainer.loadbalancer.server.port=9443" - - "traefik.http.services.portainer.loadbalancer.server.scheme=https" - - "traefik.http.services.portainer.loadbalancer.serverstransport=insecureTransport@file" + - "traefik.http.services.portainer.loadbalancer.server.port=9000" # Prod Router - "traefik.http.routers.portainer.rule=Host(`portainer.forust.xyz`)" diff --git a/traefik/dynamic/dynamic.yml b/traefik/dynamic/dynamic.yml index e69de29..70bbffa 100644 --- a/traefik/dynamic/dynamic.yml +++ b/traefik/dynamic/dynamic.yml @@ -0,0 +1,4 @@ +http: + serversTransports: + insecureTransport: + insecureSkipVerify: true \ No newline at end of file