mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-22 15:45:23 +02:00
18 lines
299 B
YAML
18 lines
299 B
YAML
version: "3.8"
|
|
services:
|
|
ipfs:
|
|
image: ipfs/kubo:latest
|
|
restart: unless-stopped
|
|
environment:
|
|
- IPFS_PROFILE=server
|
|
volumes:
|
|
- ipfs_data:/data/ipfs
|
|
- ipfs_staging:/export
|
|
ports:
|
|
- 4001
|
|
- 8080
|
|
- 5001
|
|
volumes:
|
|
ipfs_data: {}
|
|
ipfs_staging: {}
|