7 lines
179 B
YAML
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 |