update docker-compose to use pre-built image for API service
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 47s

This commit is contained in:
Flavio Fois
2026-03-23 11:49:21 +01:00
parent 40dacd7c42
commit 9271e965d4

View File

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