This repository has been archived on 2023-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
langue-phundrak-com/docker-compose.yml

12 lines
197 B
YAML

version: '3'
services:
web:
build: .
ports:
- "8010:8010"
command: webdev serve --release web:8010 --hostname 0.0.0.0
restart: always
volumes:
- ./web/:/app/web/