add: arcane-preview
This commit is contained in:
34
emerald-theory/arcane-preview-version-1/arcane-preview.yml
Normal file
34
emerald-theory/arcane-preview-version-1/arcane-preview.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
# Preview of Arcane 1.0
|
||||
|
||||
services:
|
||||
arcane:
|
||||
image: ghcr.io/ofkm/arcane:1.0-preview
|
||||
container_name: arcane
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
ports:
|
||||
# - 3552:3552
|
||||
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
ENVIRONMENT: production
|
||||
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
|
||||
DATABASE_URL: 'file:data/arcane.db?_pragma=journal_mode(WAL)&_pragma=busy_timeout(2500)&_txlock=immediate' # Quotes for Dockge nonsense
|
||||
JWT_SECRET: ${JWT_SECRET}
|
||||
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /home/fxequals/docker/arcane/data:/app/data
|
||||
- /opt/dockge:/app/data/projects
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
# Documentation available at https://arcane.ofkm.dev/
|
2
emerald-theory/arcane-preview-version-1/arcane.env
Normal file
2
emerald-theory/arcane-preview-version-1/arcane.env
Normal file
@@ -0,0 +1,2 @@
|
||||
ENCRYPTION_KEY=
|
||||
JWT_SECRET=
|
Reference in New Issue
Block a user