thirdculture/docker-compose.yml
Quentin Wolkensperg 31022358ed close to prerelase
2024-11-11 14:52:00 -05:00

34 lines
658 B
YAML

services:
werc:
build:
network: host
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
- ./werc/sites/ppl.thirdculture.top:/shared/people
volumes:
werc:
driver: local
driver_opts:
o: bind
type: none
device: "./werc"
lighttpd:
driver: local
driver_opts:
o: bind
type: none
device: "./etc/lighttpd"