mirror of
https://github.com/jrasanen/writefreely-docker.git
synced 2025-05-08 23:26:02 +03:00
Update ini configuration. Add docker-compose examples
This commit is contained in:
parent
0f4b06fa8f
commit
f709b4753d
5 changed files with 232 additions and 31 deletions
15
docker-compose.sqlite3.yaml
Normal file
15
docker-compose.sqlite3.yaml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue