calorie-ai-android/web/docker-compose.yml
Daniel f57c04c989
All checks were successful
Android CI / build (push) Successful in 31s
Web CI / test (push) Successful in 46s
Add web auth and app navigation
2026-05-19 17:59:02 +02:00

9 lines
183 B
YAML

services:
calorie-ai-web:
build: .
container_name: calorie-ai-web
restart: unless-stopped
ports:
- "127.0.0.1:8095:8080"
volumes:
- ./data:/app/data