wishlist-app/docker-compose.yml
Benny Samir Hierl bb5099d7d4 #3 protect endpoints via API-Key
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
2022-02-09 22:11:32 +01:00

11 lines
194 B
YAML

version: '3.7'
services:
wishlist:
image: thisisbenny/wishlist-app:latest
environment:
- API_KEY=TOP_SECRET
ports:
- '5000:5000'
volumes:
- ./data:/app/data