mirror of
https://github.com/cupcakearmy/blaze.git
synced 2024-12-22 16:26:26 +00:00
9 lines
92 B
YAML
9 lines
92 B
YAML
|
version: '3.9'
|
||
|
|
||
|
services:
|
||
|
app:
|
||
|
build: .
|
||
|
env_file: .env
|
||
|
ports:
|
||
|
- 80:8000
|