Files
baron-safe-app/docker-compose.yaml
T
kevin 5f7b9a7360
ci / flutter-check (push) Successful in 4s
Initial Baron Safe app scaffold
2026-06-30 15:16:14 +09:00

16 lines
343 B
YAML

services:
baron-safe-web:
image: nginx:1.27-alpine
ports:
- "18080:80"
volumes:
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./app/build/web:/usr/share/nginx/html:ro
flutter-ci:
build:
context: ./docker
dockerfile: Dockerfile.flutter-ci
volumes:
- ./app:/workspace/app