Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
path = reader
url = git@github.com:hyvor/reader.git
ignore = all
[submodule "fortguard"]
path = fortguard
url = https://github.com/hyvor/fortguard
1 change: 1 addition & 0 deletions fortguard
Submodule fortguard added at afd449
2 changes: 1 addition & 1 deletion init
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ arch=$(uname -m)
echo "Installing Loki plugin for ${arch}..."
docker plugin install grafana/loki-docker-driver:3.3.2-${arch} --alias loki --grant-all-permissions

components="core talk blogs post relay agora reader"
components="core talk blogs post relay agora reader fortguard"

# Minio buckets
echo "Creating Minio buckets..."
Expand Down
2 changes: 1 addition & 1 deletion meta/compose/pgsql/initdb.d/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function create_user_and_database() {
EOSQL
}

base_dbs="hyvor hyvor_blogs hyvor_talk hyvor_post hyvor_reader"
base_dbs="hyvor hyvor_blogs hyvor_talk hyvor_post hyvor_reader hyvor_fortguard"

for db in $base_dbs; do
echo "Creating DB variants for $db"
Expand Down