fix: updated url for github repo
This commit is contained in:
@@ -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
|
||||
46
emerald-theory/arcane/wpsit arcane.yaml
Normal file
46
emerald-theory/arcane/wpsit arcane.yaml
Normal 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
|
||||
Reference in New Issue
Block a user