initial commit
This commit is contained in:
commit
5b839e0543
174 changed files with 12261 additions and 0 deletions
32
docker-compose.yml
Normal file
32
docker-compose.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
services:
|
||||
werc:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
ports:
|
||||
- 80:80
|
||||
environment:
|
||||
- HOSTNAME=thirdculture.top
|
||||
volumes:
|
||||
- werc:/var/www/werc
|
||||
- lighttpd:/etc/lighttpd
|
||||
tty: true
|
||||
gossa:
|
||||
image: pldubouilh/gossa
|
||||
ports:
|
||||
- 8001:8001
|
||||
volumes:
|
||||
- ./werc/sites/thirdculture.top/_files:/shared
|
||||
volumes:
|
||||
werc:
|
||||
driver: local
|
||||
driver_opts:
|
||||
o: bind
|
||||
type: none
|
||||
device: "./werc"
|
||||
lighttpd:
|
||||
driver: local
|
||||
driver_opts:
|
||||
o: bind
|
||||
type: none
|
||||
device: "./etc/lighttpd"
|
Loading…
Add table
Add a link
Reference in a new issue