[add] writefreely

This commit is contained in:
Andy Bunce 2025-12-20 21:31:09 +00:00
parent 1ea4f9ab8e
commit 02555dbed3
8 changed files with 885 additions and 0 deletions

16
writefreely/compose.yml Normal file
View file

@ -0,0 +1,16 @@
services:
writefreely:
build:
context: .
args:
- REPOSITORY=$REPOSITORY
- VERSION=$VERSION
restart: unless-stopped
ports:
- $PORT:8080
environment:
- USERNAME
- PASSWORD
volumes:
- ./config:/config:Z
- ./data:/data:Z