mirror of
https://github.com/cupcakearmy/hagen-control-station.git
synced 2024-12-22 08:06:25 +00:00
10 lines
101 B
YAML
10 lines
101 B
YAML
# DEVELOPMENT ONLY
|
|
# See README.md
|
|
|
|
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
env_file: .env
|