11 lines
181 B
YAML
11 lines
181 B
YAML
version: "3"
|
|
|
|
services:
|
|
luna-frontend:
|
|
build: .
|
|
container_name: lunafrontend
|
|
hostname: lunafrontend
|
|
ports:
|
|
- 127.0.0.1:8642:8642
|
|
restart: unless-stopped
|