This commit is contained in:
Marco Pedone 2026-05-14 10:03:07 +02:00
parent 74875885ab
commit c228bfd7ce

View file

@ -1,10 +1,9 @@
services:
seaweedfs:
image: chrislusf/seaweedfs:latest
container_name: seaweedfs
expose:
- 9333
- 8333 # S3 API endpoint stays open for Next.js/Go apps
ports:
- "9333:9333"
- "8333:8333" # S3 API endpoint for Next.js / Go backend apps
volumes:
- seaweedfs_data:/data
# Mount your credentials file directly into the container
@ -23,7 +22,6 @@ services:
# If you don't have a static IP, you can use a catch-all rule: "PathPrefix(`/`)"
- "traefik.http.routers.filer.rule=Host(`fs.marcopedone.it`)"
- "traefik.http.routers.filer.entrypoints=websecure"
- "traefik.http.routers.filer.service=filer"
- "traefik.http.routers.filer.tls.certresolver=letsencrypt"
# 2. Assign the Service Port (SeaweedFS filer runs internally on 8888)