Update docker-compose-treafik.yml

This commit is contained in:
2026-05-01 15:00:49 -05:00
parent 8a8cfeeae5
commit 40e7231889

View File

@@ -3,13 +3,9 @@ version: "3.8"
services: services:
faved: faved:
image: denho/faved:latest image: denho/faved:latest
networks:
- pangolin_public
volumes: volumes:
- /mnt/DockerStorage/data/faved:/var/www/html/storage - /mnt/DockerStorage/data/faved:/var/www/html/storage
- /mnt/DockerStorage/data/faved/temp:/tmp - /mnt/DockerStorage/data/faved/temp:/tmp
deploy: deploy:
replicas: 1 replicas: 1
restart_policy: restart_policy:
@@ -23,8 +19,4 @@ services:
- "traefik.http.routers.faved.tls=true" - "traefik.http.routers.faved.tls=true"
# Faved listens on 80 in the container (official usage) 【3-77eeac】【4-bef2e6】 # Faved listens on 80 in the container (official usage) 【3-77eeac】【4-bef2e6】
- "traefik.http.services.faved.loadbalancer.server.port=80" - "traefik.http.services.faved.loadbalancer.server.port=80"
networks:
pangolin_public:
external: true