chore: add compose example

This commit is contained in:
2025-01-27 02:05:02 +00:00
parent bd5645b8c2
commit 1fa1485070

View File

@@ -0,0 +1,14 @@
services:
photon:
container_name: photon_dashboard
image: git.jrdn.dev/jordanwalster/photon-dashboard:latest
ports:
- 8090:80
volumes:
- ./data:/var/www/html/data
environment:
ADMIN_DOMAIN: photon.jrdn.dev
SHARE_DOMAIN: ss.example.com
USER_EMAIL: me@example.com
TAGS_ENABLED: false
SEARCH_ENABLED: false