diff --git a/faf-extra.yml b/faf-extra.yml index 5e46ffa..937d7d0 100644 --- a/faf-extra.yml +++ b/faf-extra.yml @@ -19,26 +19,6 @@ services: # Mongodump is corrupting the backup file when piping out via stdout - ./data/mongodb/backup:/backup - # - # Forum software - # - nodebb: - # for instructions how to initialize the setup check the readme in the config.template/faf-nodebb - image: nodebb/docker:1.18.5 - restart: unless-stopped - networks: - - faf-extra - - faf # for interaction with the API (OAuth login and user synchronization) - volumes: - - ./config/extra/nodebb/config.json:/usr/src/app/config.json - - ./data/nodebb/node_modules:/usr/src/app/node_modules - - ./data/nodebb/build:/usr/src/app/build - - ./data/nodebb/uploads/:/usr/src/app/public/uploads - labels: - - "traefik.enable=true" - - "traefik.http.routers.faf-nodebb.rule=Host(`forum.${DOMAINNAME}`)" - - "traefik.http.routers.faf-nodebb.entryPoints=websecure" - networks: faf-extra: driver: bridge diff --git a/k8s-archive/faf-extra.yml b/k8s-archive/faf-extra.yml index f4f465d..5b8d6fd 100644 --- a/k8s-archive/faf-extra.yml +++ b/k8s-archive/faf-extra.yml @@ -39,6 +39,25 @@ services: - "traefik.http.routers.faf-unitdb.middlewares=unitdb-stripprefix" - "traefik.http.middlewares.unitdb-stripprefix.stripprefix.prefixes=/faf/unitsDB" + # + # Forum software + # + nodebb: + # for instructions how to initialize the setup check the readme in the config.template/faf-nodebb + image: nodebb/docker:1.18.5 + restart: unless-stopped + networks: + - faf-extra + - faf # for interaction with the API (OAuth login and user synchronization) + volumes: + - ./config/extra/nodebb/config.json:/usr/src/app/config.json + - ./data/nodebb/node_modules:/usr/src/app/node_modules + - ./data/nodebb/build:/usr/src/app/build + - ./data/nodebb/uploads/:/usr/src/app/public/uploads + labels: + - "traefik.enable=true" + - "traefik.http.routers.faf-nodebb.rule=Host(`forum.${DOMAINNAME}`)" + - "traefik.http.routers.faf-nodebb.entryPoints=websecure" # # Web frontend for voting