notdiamond2api / docker-compose.yml
ffreemt
Update files
dabcedb
raw
history blame contribute delete
196 Bytes
version: '3.8'
services:
flask-app:
build: .
ports:
- "3000:3000"
environment:
- PORT=3000
- [email protected]
- AUTH_PASSWORD=your_password