Update ini configuration. Add docker-compose examples

This commit is contained in:
Germán Martín 2024-05-27 13:26:24 +02:00
parent 0f4b06fa8f
commit f709b4753d
5 changed files with 232 additions and 31 deletions

View file

@ -0,0 +1,15 @@
services:
writefreely-web:
container_name: writefreely-web
image: gmag11/writefreely:latest
build:
context: .
init: true
env_file:
- .env.sqlite
volumes:
- ./data:/data
ports:
- 8080:8080
restart: unless-stopped