15 lines
291 B
YAML
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'
|