pre release fixes
This commit is contained in:
parent
79de710800
commit
6cca2a6ab5
4 changed files with 12 additions and 12 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
context: .
|
||||
container_name: werc
|
||||
ports:
|
||||
- 80:80
|
||||
- 3080:80
|
||||
environment:
|
||||
- HOSTNAME=thirdculture.top
|
||||
volumes:
|
||||
|
@ -20,7 +20,7 @@ services:
|
|||
image: pldubouilh/gossa
|
||||
container_name: gossa
|
||||
ports:
|
||||
- 8001:8001
|
||||
- 3001:8001
|
||||
volumes:
|
||||
- ./werc/sites/thirdculture.top/_files:/shared
|
||||
- ./werc/sites/ppl.thirdculture.top:/shared/people
|
||||
|
@ -31,7 +31,7 @@ services:
|
|||
image: dutchcoders/transfer.sh:latest
|
||||
container_name: transfer
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "3880:8080"
|
||||
command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/"]
|
||||
volumes:
|
||||
- ./transfer/uploads:/uploads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue