echo-todos/compose.yml
Alexilator 1d6fb15060
Some checks failed
Build Docker Image / build (push) Failing after 4m43s
cleanup and update
2025-01-30 22:58:27 +01:00

7 lines
143 B
YAML

services:
todos-app:
image: git.wittern.io/public/echo-todos:latest
volumes:
- ./data:/app/data
ports:
- "1337:1337"