fix: updated url for github repo

This commit is contained in:
2025-12-07 21:31:37 -05:00
parent 5d22b0ffe0
commit 8bfa625b6d
3 changed files with 61 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
# Arcane
# Modern Docker Web UI
# Created by arcane
# ↳ https://github.com/ofkm/arcane
# Created by Kyle Mendell
# ↳ https://github.com/getarcaneapp/arcane
services:
arcane:
@@ -14,12 +14,12 @@ services:
networks:
- proxy
# ports:
# - 3000:3000
# - 3552:3552
environment:
PUID: 1000
PGID: 1000
APP_URL: https://arcane.wpsit.org
APP_URL: https://arcane.mydigitalfix.com
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
JWT_SECRET: ${JWT_SECRET}
@@ -29,9 +29,18 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /home/fxequals/docker/arcane/data:/app/data
- /opt/dockge:/opt/dockge # This maps existing Dockge stacks and lets Arcane manage them, otherwise /host/path/to/projects:/app/data/projects
upgrader:
image: ghcr.io/getarcaneapp/arcane:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
entrypoint: ['/app/arcane']
command: ['upgrade', '--auto']
profiles:
- tools
networks:
proxy:
external: true
# Documentation available at https://arcane.ofkm.dev/
# Documentation available at https://getarcane.app/docs

View File

@@ -0,0 +1,46 @@
---
# Arcane
# Modern Docker GUI Manager
# Created by Kyle Mendell
# ↳ https://github.com/getarcaneapp/arcane
services:
arcane:
image: ghcr.io/getarcaneapp/arcane
container_name: arcane
restart: unless-stopped
networks:
- proxy
# ports:
# - 3552:3552
environment:
PUID: 1000
PGID: 1000
APP_URL: https://arcane.wpsit.org
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
JWT_SECRET: ${JWT_SECRET}
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- /home/wpsit/docker/arcane/data:/app/data
- /opt/dockge:/opt/dockge # This maps existing Dockge stacks and lets Arcane manage them, otherwise /host/path/to/projects:/app/data/projects
upgrader:
image: ghcr.io/getarcaneapp/arcane:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
entrypoint: ['/app/arcane']
command: ['upgrade', '--auto']
profiles:
- tools
networks:
proxy:
external: true
# Documentation available at https://getarcane.app/docs

View File

@@ -3,7 +3,7 @@
# GoAccess
# Web based log visualizer for NGINX Proxy Manager
# Created by xavierh
# ↳ https://github.com/allinurl/goaccess
# ↳ https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager
services:
goaccess: