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

This commit is contained in:
Flavio Fois
2026-03-23 11:55:10 +01:00
parent f3d010dbb4
commit 57d5d74629

View File

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