diff --git a/emerald-theory/arcane/arcane.yml b/emerald-theory/arcane/arcane.yml index edac144..a875297 100644 --- a/emerald-theory/arcane/arcane.yml +++ b/emerald-theory/arcane/arcane.yml @@ -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: