feature/ci-cd #1

Merged
homeburger merged 53 commits from feature/ci-cd into main 2026-02-28 23:04:37 -06:00
2 changed files with 29 additions and 0 deletions
Showing only changes of commit 18c62f3845 - Show all commits

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