update docker

This commit is contained in:
Tham Luu
2024-09-25 12:35:52 +08:00
parent a3ec4f2c78
commit 8f47e551b0
2 changed files with 5 additions and 11 deletions

View File

@ -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