Skip to content

Commit

Permalink
fix compass
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 26, 2023
1 parent fe19874 commit e90dbff
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
1 change: 0 additions & 1 deletion apps/mongocompass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ LABEL description="Mongo Compass"

ENV HOME /home/kasm-default-profile
ENV STARTUPDIR /dockerstartup
ENV $STARTUPDIR/install
ENV COMPASSVERSION=1.41.0
WORKDIR $HOME

Expand Down
1 change: 1 addition & 0 deletions apps/n8n/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ W9_DIST=community
W9_ID=n8n
W9_HTTP_PORT=5678
W9_HTTP_PORT_SET=9001
W9_URL="InternetIP"
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####

Expand Down
2 changes: 1 addition & 1 deletion apps/n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
env_file:
- .env
ports:
- '${W9_HTTP_PORT_SET}:${W9_HTTP_PORT}'
- '${W9_HTTP_PORT_SET}:5678'
volumes:
- 'n8n:/home/node/.n8n'
- './src/my-config.json:$N8N_CONFIG_FILES'
Expand Down
3 changes: 0 additions & 3 deletions apps/n8n/src/filelist

This file was deleted.

14 changes: 11 additions & 3 deletions apps/neo4j/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ W9_DIST=community
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=neo4j
W9_HTTP_PORT=7474
W9_DB_PORT=7687

W9_HTTP_PORT_SET=9001
W9_DB_NEO4J_USER=neo4j
W9_DB_NEO4J_PASSWORD=$W9_POWER_PASSWORD
W9_DB_PORT_SET=7687

W9_LOGIN_USER=neo4j
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD

W9_NETWORK=websoft9
W9_URL=appname.example.com
#### --------------------------------------------------------------------------------------- ####
#### --------------------------------------------------------------------------------------- ####


NEO4J_AUTH=${W9_LOGIN_USER}/${W9_POWER_PASSWORD}
3 changes: 0 additions & 3 deletions apps/neo4j/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ services:
container_name: ${W9_ID}
image: $W9_REPO:${W9_VERSION}
env_file: .env
environment:
# SECURE_FILE_PERMISSIONS=yes
- NEO4J_AUTH=${W9_DB_NEO4J_USER}/${W9_DB_NEO4J_PASSWORD}
ports:
- '${W9_HTTP_PORT_SET}:${W9_HTTP_PORT}'
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion apps/neo4j/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"dist": "community",
"version": [
"5.12",
"5.15",
"5.7",
"4.4",
"latest"
Expand Down

0 comments on commit e90dbff

Please sign in to comment.