mirror of https://github.com/writeas/writefreely
A focused writing and publishing space.
https://write.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
351 B
16 lines
351 B
version: "3"
|
|
services:
|
|
web:
|
|
image: robjloranger/writefreely:v0.10.0
|
|
volumes:
|
|
- ./keys:/home/writefreely/keys
|
|
- ./config.ini:/home/writefreely/config.ini
|
|
- ./writefreely.db:/home/writefreely/writefreely.db
|
|
ports:
|
|
- "8080:8080"
|
|
networks:
|
|
- writefreely
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
writefreely: |