docker compose
All checks were successful
Build and Deploy / build (push) Successful in 22s
Build and Deploy / deploy (push) Successful in 24s

This commit is contained in:
Maximilian Baum
2026-04-02 07:56:12 +02:00
parent 51e8b77503
commit 8ac8643e6d
2 changed files with 4 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ services:
container_name: stupid-apis
image: gitea.johannesbot.de/johannesbot/stupid-apis:latest
ports:
- "3000:3000"
- "3000:3000"
restart: unless-stopped