forked from verdnatura/salix-front
17 lines
321 B
YAML
17 lines
321 B
YAML
|
version: '3.7'
|
||
|
services:
|
||
|
lilium:
|
||
|
image: lilium-front
|
||
|
restart: always
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
target: local
|
||
|
ports:
|
||
|
- 9000:9000
|
||
|
volumes:
|
||
|
- .:/app
|
||
|
networks:
|
||
|
salix-stack-network:
|
||
|
driver: host
|