mirror of
https://github.com/cupcakearmy/hagen-control-station.git
synced 2024-12-22 16:16:27 +00:00
7 lines
65 B
YAML
7 lines
65 B
YAML
|
version: '3.8'
|
||
|
|
||
|
services:
|
||
|
app:
|
||
|
build: .
|
||
|
env_file: .env
|