0
0
Fork 0
salix-front-mindshore-fork2/docker-compose.local.yml

17 lines
321 B
YAML
Raw Normal View History

2024-01-04 14:43:58 +00:00
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