Files
stupid-apis/docker-compose.prod.yml
Maximilian Baum 8ac8643e6d
All checks were successful
Build and Deploy / build (push) Successful in 22s
Build and Deploy / deploy (push) Successful in 24s
docker compose
2026-04-02 07:56:12 +02:00

7 lines
179 B
YAML

services:
stupid-apis:
container_name: stupid-apis
image: gitea.johannesbot.de/johannesbot/stupid-apis:latest
ports:
- "42069:3000"
restart: unless-stopped