8 lines
179 B
YAML
8 lines
179 B
YAML
services:
|
|
stupid-apis:
|
|
container_name: stupid-apis
|
|
image: gitea.johannesbot.de/johannesbot/stupid-apis:latest
|
|
ports:
|
|
- "3000:3000"
|
|
restart: unless-stopped
|