mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
18 lines
364 B
YAML
18 lines
364 B
YAML
services:
|
|
docs:
|
|
build:
|
|
context: .
|
|
command: ["sphinx-autobuild", ".", "build"]
|
|
volumes:
|
|
- ./:/usr/src/app:delegated
|
|
|
|
nginx:
|
|
image: nginx:1.22-alpine
|
|
volumes:
|
|
- ./build:/usr/share/nginx/html:delegated
|
|
ports:
|
|
- 80:80
|
|
|
|
networks:
|
|
sylius:
|
|
driver: bridge
|