Add docker-compose.yml

This commit is contained in:
Andreas Zweili 2024-04-19 19:50:27 +02:00
parent 3dda18b1a6
commit 373d64cd9d
1 changed files with 7 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
services:
app:
image: snapbin
ports:
- "8000:8000"
redis:
image: redis