re: add
Some checks failed
Build and Deploy API / build-and-deploy (push) Has been cancelled
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s

This commit is contained in:
2026-02-28 15:51:21 -06:00
parent 46f0b16ff3
commit 18c62f3845
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
api:
image: git.vxbard.net/homeburger/agologum-api:latest
container_name: agologum-api
restart: always
ports:
- "5000:80"
networks:
- web
networks:
web:
external: true

View File

@@ -0,0 +1,14 @@
services:
client:
image: git.vxbard.net/homeburger/agologum-client:latest
container_name: agologum-client
restart: always
ports:
- "8080:80"
networks:
- web
networks:
web:
external: true