fix: updated url for github repo
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
# Arcane
|
# Arcane
|
||||||
# Modern Docker Web UI
|
# Modern Docker Web UI
|
||||||
# Created by arcane
|
# Created by Kyle Mendell
|
||||||
# ↳ https://github.com/ofkm/arcane
|
# ↳ https://github.com/getarcaneapp/arcane
|
||||||
|
|
||||||
services:
|
services:
|
||||||
arcane:
|
arcane:
|
||||||
@@ -14,12 +14,12 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
# ports:
|
# ports:
|
||||||
# - 3000:3000
|
# - 3552:3552
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
APP_URL: https://arcane.wpsit.org
|
APP_URL: https://arcane.mydigitalfix.com
|
||||||
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
|
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
|
||||||
JWT_SECRET: ${JWT_SECRET}
|
JWT_SECRET: ${JWT_SECRET}
|
||||||
|
|
||||||
@@ -29,9 +29,18 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /home/fxequals/docker/arcane/data:/app/data
|
- /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
|
- /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:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
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
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
# GoAccess
|
# GoAccess
|
||||||
# Web based log visualizer for NGINX Proxy Manager
|
# Web based log visualizer for NGINX Proxy Manager
|
||||||
# Created by xavierh
|
# Created by xavierh
|
||||||
# ↳ https://github.com/allinurl/goaccess
|
# ↳ https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager
|
||||||
|
|
||||||
services:
|
services:
|
||||||
goaccess:
|
goaccess:
|
||||||
|
|||||||
Reference in New Issue
Block a user