Added basic docker compose file

This commit is contained in:
PartyDonut 2024-10-17 19:41:11 +02:00
parent ba4ea5ecf7
commit 07c43d9fae

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
version: '3.4'
services:
fladder:
image: ghcr.io/donutware/fladder:v0.2.6
ports:
- 80:80
environment:
- BASE_URL=https://server-url #OPTIONAL: Locks the Fladder front-end to a certain jellyfin server