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