mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 19:54:44 -07:00
docker compose just for dev
This commit is contained in:
parent
f5d3703097
commit
da4de081da
1 changed files with 13 additions and 0 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
services:
|
||||||
|
prism:
|
||||||
|
image: ghcr.io/lone-cloud/prism:dev
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
volumes:
|
||||||
|
- prism-data:/app/data
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
prism-data:
|
||||||
Loading…
Add table
Reference in a new issue