Created
December 31, 2024 10:49
-
-
Save harshit-budhraja/bad337804e716ebe7d4360a2f0d323a9 to your computer and use it in GitHub Desktop.
Focalboard Docker Compose arm64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
P.S. You can directly use this in dokploy too.