Ui DockerFile ve LanguageText
This commit is contained in:
parent
3e29189dd1
commit
8596e3a751
4 changed files with 11 additions and 6 deletions
|
|
@ -6403,6 +6403,12 @@
|
|||
"tr": "örn. 50",
|
||||
"en": "sample 50"
|
||||
},
|
||||
{
|
||||
"resourceName": "Platform",
|
||||
"key": "Public.features.rapid.desc",
|
||||
"tr": "Kolay sınıf oluşturma, öğretmen atama ve ders programı yönetimi",
|
||||
"en": "Easy class creation, teacher assignment, and lesson schedule management"
|
||||
},
|
||||
{
|
||||
"resourceName": "Platform",
|
||||
"key": "Public.features.expert",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name: erp-platform-data
|
|||
|
||||
networks:
|
||||
db:
|
||||
external: true
|
||||
external: false
|
||||
name: erp-platform-data_db
|
||||
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ services:
|
|||
- rocket
|
||||
|
||||
rocket_mongodb:
|
||||
image: docker.io/bitnami/mongodb:8.0
|
||||
image: docker.io/bitnami/mongodb:latest
|
||||
container_name: rocket-mongo
|
||||
restart: always
|
||||
environment:
|
||||
|
|
@ -72,11 +72,10 @@ services:
|
|||
- rocket
|
||||
|
||||
n8n:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: n8nio/n8n:latest
|
||||
container_name: n8n
|
||||
command: n8n
|
||||
user: "1000:1000"
|
||||
restart: always
|
||||
ports:
|
||||
- 5678:5678
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue