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
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 47s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
build: .
|
image: git.lyzcoote.cloud/emly/api-golang:cache
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${PORT:-8080}:8080"
|
- "${PORT:-8080}:8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user