Skip to content

Commit

Permalink
chore: add docker compose, fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Nov 2, 2023
1 parent a3bae6b commit c1e267d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3.8'

services:
lumen:
image: ghcr.io/checksumdev/lumen:nightly
environment:
- PUBLIC_URL=https://example.com # default: http://localhost:8080
volumes:
- /opt/lumen/data:/app/data/
ports:
- "8080:8080"
restart: unless-stopped

0 comments on commit c1e267d

Please sign in to comment.