[add] writefreely
This commit is contained in:
parent
1ea4f9ab8e
commit
02555dbed3
8 changed files with 885 additions and 0 deletions
16
writefreely/compose.yml
Normal file
16
writefreely/compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue