Skip to content

Commit

Permalink
rethinkdb
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 28, 2023
1 parent c1602ac commit 6b155c5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 26 deletions.
7 changes: 3 additions & 4 deletions apps/redpandaconsole/.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
W9_ID=redpandaconsole
W9_DIST=community
W9_VERSION=latest

W9_REPO=docker.redpanda.com/redpandadata/console

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=redpandaconsole
W9_HTTP_PORT=3000
W9_HTTP_PORT_SET=3000

W9_NETWORK=websoft9
W9_DIST=community
#### --------------------------------------------------------------------------------------- ####

# This is kafka's port, it need otherwise, can not access UI
Expand Down
7 changes: 3 additions & 4 deletions apps/redpandaconsole/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# image: https://hub.docker.com/r/bitnami/suitecrm
# docs: https://github.com/bitnami/bitnami-docker-suitecrm

# image: https://hub.docker.com/r/redpandadata/redpanda
# docs: https://docs.redpanda.com/current/reference/docker-compose/

version: '3.8'

Expand All @@ -12,7 +11,7 @@ services:
env_file:
- .env
ports:
- "$W9_HTTP_PORT_SET:$W9_HTTP_PORT"
- $W9_HTTP_PORT_SET:3000

networks:
default:
Expand Down
17 changes: 6 additions & 11 deletions apps/rethinkdb/.env
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!

W9_ID=rethinkdb
W9_VERSION=2.4
W9_LOGIN_USER=admin
W9_VERSION=latest
W9_REPO=rethinkdb
W9_DIST=community
W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=rethinkdb
W9_HTTP_PORT=8080
W9_HTTP_PORT_SET=9090
W9_CLIENT_PORT=28015
W9_CLIENT_PORT_SET=28015
W9_CLUSTER_PORT=29015
W9_CLUSTER_PORT_SET=29015

W9_NETWORK=websoft9
W9_LOGIN_USER=admin
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
W9_URL_REPLACE=false
W9_URL=appname.example.com
W9_DIST=community
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
6 changes: 3 additions & 3 deletions apps/rethinkdb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ services:
container_name: rethinkdb
restart: unless-stopped
ports:
- ${W9_HTTP_PORT_SET}:${W9_HTTP_PORT}
- ${W9_CLIENT_PORT_SET}:${W9_CLIENT_PORT}
- ${W9_CLUSTER_PORT_SET}:${W9_CLUSTER_PORT}
- ${W9_HTTP_PORT_SET}:8080
- ${W9_CLIENT_PORT_SET}:28015
- ${W9_CLUSTER_PORT_SET}:29015
env_file: .env
command:
- /bin/bash
Expand Down
1 change: 0 additions & 1 deletion apps/rethinkdb/src/after_up.sh

This file was deleted.

3 changes: 0 additions & 3 deletions apps/rethinkdb/src/filelist

This file was deleted.

0 comments on commit 6b155c5

Please sign in to comment.