Files
get/compose.yaml
2026-08-17 20:53:20 +02:00

7 lines
96 B
YAML

services:
get:
build: .
ports:
- "${PORT:-8082}:80"
restart: unless-stopped