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