Files
Add-API/docker-compose.yml
zomborip 87e0e78a85
Some checks failed
CI Pipeline for the Go API / Docker Compose Validation (push) Failing after 4s
CI Pipeline for the Go API / Docker Image Build Test (push) Successful in 17s
CI Pipeline for the Go API / Go Build & Cross-Compile (push) Successful in 19s
Docker Compose Fix
2025-10-04 17:27:14 +02:00

7 lines
91 B
YAML

services:
go-api:
build: .
container_name: go-api
ports:
- "8080:8080"