This commit is contained in:
Marco Pedone 2026-05-14 09:53:26 +02:00
parent 88ffc11819
commit 8744344938

View file

@ -2,10 +2,9 @@ services:
seaweedfs:
image: chrislusf/seaweedfs:latest
container_name: seaweedfs
expose:
- 9333 # Master
- 8888 # Filer (Internal File System)
- 8333 # S3 API endpoint
ports:
- "9333:9333"
- "8333:8333" # S3 API endpoint stays open for Next.js/Go apps
volumes:
- seaweedfs_data:/data
# Mount your credentials file directly into the container