Files
fes/examples/hello-with-docker/docker-compose.yml

8 lines
125 B
YAML

services:
hello:
image: git.vxserver.dev/fsd/fes:latest
ports:
- "3000:3000"
volumes:
- ./app:/app