update docker-compose to build API service locally
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 1m10s

Switch from using a pre-built remote image to building the API service from the local Dockerfile.
This commit is contained in:
Flavio Fois
2026-03-23 21:44:01 +01:00
parent 576ce0b1b5
commit e7678bc1d4

View File

@@ -1,6 +1,6 @@
services:
api:
image: git.lyzcoote.cloud/emly/api-golang:latest
build: .
restart: unless-stopped
ports:
- "${PORT:-8080}:8080"