fuware-fe/docker-compose.yml
2024-09-23 17:39:17 +08:00

15 lines
291 B
YAML

services:
fuware:
container_name: fuware-fe
image: fuware-fe:dev
build:
context: ../
target: production
dockerfile: ./Dockerfile
restart: always
ports:
- 3000:3000
environment:
NODE_ENV: 'production'
VITE_LOGIN_KEY: '7fo24CMyIc'