mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 16:56:36 +00:00
9 lines
108 B
YAML
9 lines
108 B
YAML
services:
|
|
openfront:
|
|
build: .
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
env_file:
|
|
- .env
|