| title | Arcane |
|---|---|
| description | A guide to deploying Arcane in docker |
| published | true |
| date | 2025-11-11 19:06:18 UTC |
| tags | |
| editor | markdown |
| dateCreated | 2025-06-04 16:58:11 UTC |
Arcane is a modern easy to use way to manage your docker containers, images, volumes, and networks — all in one place.
services:
arcane:
image: ghcr.io/getarcaneapp/arcane:latest
container_name: arcane
restart: unless-stopped
ports:
- 3552:3552
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /mnt/tank/stacks:/mnt/tank/stacks
- /mnt/tank/configs/arcane:/app/data
environment:
- PUID=568
- PGID=568
- PROJECTS_DIRECTORY=/mnt/tank/stacks
- APP_URL=http://10.99.0.242:3552
- ENCRYPTION_KEY=799513078c58a0163eb3cb217b1226aaad243a350043bf130b711d9770b1fc19
- JWT_SECRET=ed012e40dbfbcad08a59b23a6456496ed353bd1b47e30d391363fa7b4e1d4adf- Pick a
configsdirectory which exists already with568permissions
- Navigate to http://{IP}:3552
- Default user name =
arcane - Default password =
arcane-admin
- Set a new password
- In the Docker Setup tab I recommend disabling
Auto-update Containers - In the Application Settings tab set the
Base Server URLto the IP of your server


