d
This commit is contained in:
parent
74875885ab
commit
c228bfd7ce
1 changed files with 3 additions and 5 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
services:
|
services:
|
||||||
seaweedfs:
|
seaweedfs:
|
||||||
image: chrislusf/seaweedfs:latest
|
image: chrislusf/seaweedfs:latest
|
||||||
container_name: seaweedfs
|
ports:
|
||||||
expose:
|
- "9333:9333"
|
||||||
- 9333
|
- "8333:8333" # S3 API endpoint for Next.js / Go backend apps
|
||||||
- 8333 # S3 API endpoint stays open for Next.js/Go apps
|
|
||||||
volumes:
|
volumes:
|
||||||
- seaweedfs_data:/data
|
- seaweedfs_data:/data
|
||||||
# Mount your credentials file directly into the container
|
# 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(`/`)"
|
# 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.rule=Host(`fs.marcopedone.it`)"
|
||||||
- "traefik.http.routers.filer.entrypoints=websecure"
|
- "traefik.http.routers.filer.entrypoints=websecure"
|
||||||
- "traefik.http.routers.filer.service=filer"
|
|
||||||
- "traefik.http.routers.filer.tls.certresolver=letsencrypt"
|
- "traefik.http.routers.filer.tls.certresolver=letsencrypt"
|
||||||
|
|
||||||
# 2. Assign the Service Port (SeaweedFS filer runs internally on 8888)
|
# 2. Assign the Service Port (SeaweedFS filer runs internally on 8888)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue