fix: complies with post Arcane 1.0 requirements
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
arcane:
|
arcane:
|
||||||
image: ghcr.io/ofkm/arcane:latest
|
image: ghcr.io/getarcaneapp/arcane
|
||||||
container_name: arcane
|
container_name: arcane
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -19,17 +19,16 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
APP_ENV: "production"
|
APP_URL: https://arcane.wpsit.org
|
||||||
PUBLIC_SESSION_SECRET: ${SESSION_SECRET} # openssl rand -base64 32
|
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
|
||||||
# Optional: Set if Docker access fails
|
JWT_SECRET: ${JWT_SECRET}
|
||||||
# DOCKER_GID: 998
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /home/fxequals/docker/arcane/data:/app/data
|
- /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:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user