Added dev server.

This commit is contained in:
2026-09-17 23:18:53 -05:00
commit 779df907e6
2 changed files with 14 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
web:
image: glanceapp/glance:latest
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./assets:/app/assets
- ./config:/app/config
environment:
TZ: ${TIMEZONE}
GITHUB_TOKEN: ${GITHUB_TOKEN}