sort-of-pastebin/docker-compose.yml

8 lines
185 B
YAML

services:
app:
image: ghcr.io/nebucatnetzer/sort-of-pastebin/snapbin:latest
ports:
- "8000:8000"
redis:
image: ghcr.io/nebucatnetzer/sort-of-pastebin/redis:latest