Initial commit: FastAPI Hello-World app for hello-test
Deploy App / deploy (push) Successful in 24s

This commit is contained in:
2026-07-08 13:38:18 +02:00
commit af68c39ed0
5 changed files with 55 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
app:
build: .
networks:
- agent-net
labels:
- "traefik.enable=true"
- "traefik.http.routers.hellotest.rule=Host(`hello-test.aicds.ch`)"
- "traefik.http.routers.hellotest.entrypoints=websecure"
- "traefik.http.routers.hellotest.tls.certresolver=myresolver"
networks:
agent-net:
external: true