Files
containers/slides/docker-compose.yaml
2022-12-26 10:04:23 +01:00

17 lines
231 B
YAML

version: "2"
services:
www:
image: nginx
volumes:
- .:/usr/share/nginx/html
ports:
- 8080:80
builder:
build: .
volumes:
- ..:/repo
working_dir: /repo/slides
command: ./build.sh forever