mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-18 23:07:41 +00:00
11 lines
194 B
YAML
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
|