Skip to content

Instantly share code, notes, and snippets.

@harshit-budhraja
Created December 31, 2024 10:49
Show Gist options
  • Save harshit-budhraja/bad337804e716ebe7d4360a2f0d323a9 to your computer and use it in GitHub Desktop.
Save harshit-budhraja/bad337804e716ebe7d4360a2f0d323a9 to your computer and use it in GitHub Desktop.
Focalboard Docker Compose arm64
services:
focalboard:
ports:
- 8000
restart: unless-stopped
image: ghcr.io/5feetunder/focalboard-arm64:latest
volumes:
- fbdata:/opt/focalboard/data
deploy:
resources:
limits:
cpus: '0.5'
memory: 2G
reservations:
cpus: '0.25'
memory: 128M
networks:
- dokploy-network
volumes:
fbdata:
@harshit-budhraja
Copy link
Author

P.S. You can directly use this in dokploy too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment