change names in docker-compose
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 2s
Build and Deploy API / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-02-28 15:54:05 -06:00
parent 808c93e0e8
commit 035f0be8f0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services:
api:
agologum-api:
image: git.vxbard.net/homeburger/agologum-api:latest
container_name: agologum-api
restart: always

View File

@@ -1,6 +1,6 @@
services:
client:
agologum-client:
image: git.vxbard.net/homeburger/agologum-client:latest
container_name: agologum-client
restart: always