1
0
Files
docker-compose/obsidian-logic/arcane/arcane.yml
2025-07-19 22:31:49 -04:00

38 lines
841 B
YAML

---
# Arcane
# Modern Docker Web UI
# Created by arcane
# ↳ https://github.com/ofkm/arcane
services:
arcane:
image: ghcr.io/ofkm/arcane:latest
container_name: arcane
restart: unless-stopped
networks:
- proxy
# ports:
# - 3000:3000
environment:
PUID: 1000
PGID: 1000
APP_ENV: "production"
PUBLIC_SESSION_SECRET: ${SESSION_SECRET} # openssl rand -base64 32
# Optional: Set if Docker access fails
# DOCKER_GID: 998
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/arcane/data:/app/data
# - /opt/stacks:/opt/stacks:ro # Import existing stacks from Dockge
networks:
proxy:
external: true
# Documentation available at https://arcane.ofkm.dev/