go-backend-template/docker-compose.yml
Timo Riegebauer 860135aff1 first commit
2025-04-22 09:08:17 +00:00

7 lines
107 B
YAML

services:
backend:
build: .
ports:
- "${APP_PORT}:${APP_PORT}"
restart: unless-stopped