fix: complies with post Arcane 1.0 requirements

This commit is contained in:
2025-11-18 23:10:56 -05:00
parent 3b211aa71c
commit 5d22b0ffe0

View File

@@ -7,7 +7,7 @@
services:
arcane:
image: ghcr.io/ofkm/arcane:latest
image: ghcr.io/getarcaneapp/arcane
container_name: arcane
restart: unless-stopped
@@ -19,17 +19,16 @@ services:
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
APP_URL: https://arcane.wpsit.org
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
JWT_SECRET: ${JWT_SECRET}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- /home/fxequals/docker/arcane/data:/app/data
# - /opt/stacks:/opt/stacks:ro # Import existing stacks from Dockge
- /opt/dockge:/opt/dockge # This maps existing Dockge stacks and lets Arcane manage them, otherwise /host/path/to/projects:/app/data/projects
networks:
proxy: