mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-16 01:07:11 +08:00
feat: update arcane 1.1.0
This commit is contained in:
18
apps/arcane/1.1.0/docker-compose.yml
Normal file
18
apps/arcane/1.1.0/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
arcane:
|
||||
image: ghcr.io/ofkm/arcane:v1.1.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- APP_ENV=production
|
||||
- PUID=2000
|
||||
- PGID=2000
|
||||
- PUBLIC_SESSION_SECRET=${PUBLIC_SESSION_SECRET}
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user