sort-of-pastebin/docker-compose.yml

8 lines
185 B
YAML
Raw Permalink Normal View History

2024-04-19 19:50:27 +02:00
services:
app:
2024-04-20 13:36:27 +02:00
image: ghcr.io/nebucatnetzer/sort-of-pastebin/snapbin:latest
2024-04-19 19:50:27 +02:00
ports:
- "8000:8000"
redis:
2024-04-20 13:36:27 +02:00
image: ghcr.io/nebucatnetzer/sort-of-pastebin/redis:latest