Initial commit on Forgejo

Fresh repository history for elektrine/magpie hosted at
https://git.elektrine.com/elektrine/magpie.
This commit is contained in:
Maxfield Luke 2026-07-29 04:56:34 -04:00
commit ddbd19f153
23 changed files with 5636 additions and 0 deletions

15
docker-compose.yml Normal file
View file

@ -0,0 +1,15 @@
services:
magpie:
image: magpie:latest
container_name: magpie
build: .
restart: unless-stopped
env_file:
- .env.production
ports:
- "127.0.0.1:8090:8090"
volumes:
- magpie-data:/var/lib/magpie
volumes:
magpie-data: