update docker
This commit is contained in:
@ -1,20 +1,18 @@
|
|||||||
services:
|
services:
|
||||||
fuware:
|
fuware:
|
||||||
container_name: fuware
|
container_name: fuware-be
|
||||||
image: fuware:dev
|
image: fuware-be
|
||||||
build:
|
build:
|
||||||
context: ../
|
context: .
|
||||||
target: production
|
dockerfile: Dockerfile
|
||||||
dockerfile: ./docker/Dockerfile
|
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- fuware-data:/app/data/
|
- fuware-data:/app/data/
|
||||||
ports:
|
ports:
|
||||||
- 9091:9000
|
- 16002:9000
|
||||||
environment:
|
environment:
|
||||||
ALLOW_SIGNUP: "false"
|
ALLOW_SIGNUP: "false"
|
||||||
LOG_LEVEL: "DEBUG"
|
LOG_LEVEL: "DEBUG"
|
||||||
|
|
||||||
# =====================================
|
# =====================================
|
||||||
# Email Configuration
|
# Email Configuration
|
||||||
# SMTP_HOST=
|
# SMTP_HOST=
|
||||||
@ -24,7 +22,3 @@ services:
|
|||||||
# SMTP_FROM_EMAIL=
|
# SMTP_FROM_EMAIL=
|
||||||
# SMTP_USER=
|
# SMTP_USER=
|
||||||
# SMTP_PASSWORD=
|
# SMTP_PASSWORD=
|
||||||
|
|
||||||
volumes:
|
|
||||||
fuware-data:
|
|
||||||
driver: local
|
|
Reference in New Issue
Block a user