Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 8f24b09

Browse files
committed
Archive nodebb
1 parent c12e888 commit 8f24b09

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

faf-extra.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,6 @@ services:
1919
# Mongodump is corrupting the backup file when piping out via stdout
2020
- ./data/mongodb/backup:/backup
2121

22-
#
23-
# Forum software
24-
#
25-
nodebb:
26-
# for instructions how to initialize the setup check the readme in the config.template/faf-nodebb
27-
image: nodebb/docker:1.18.5
28-
restart: unless-stopped
29-
networks:
30-
- faf-extra
31-
- faf # for interaction with the API (OAuth login and user synchronization)
32-
volumes:
33-
- ./config/extra/nodebb/config.json:/usr/src/app/config.json
34-
- ./data/nodebb/node_modules:/usr/src/app/node_modules
35-
- ./data/nodebb/build:/usr/src/app/build
36-
- ./data/nodebb/uploads/:/usr/src/app/public/uploads
37-
labels:
38-
- "traefik.enable=true"
39-
- "traefik.http.routers.faf-nodebb.rule=Host(`forum.${DOMAINNAME}`)"
40-
- "traefik.http.routers.faf-nodebb.entryPoints=websecure"
41-
4222
networks:
4323
faf-extra:
4424
driver: bridge

k8s-archive/faf-extra.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,25 @@ services:
3939
- "traefik.http.routers.faf-unitdb.middlewares=unitdb-stripprefix"
4040
- "traefik.http.middlewares.unitdb-stripprefix.stripprefix.prefixes=/faf/unitsDB"
4141

42+
#
43+
# Forum software
44+
#
45+
nodebb:
46+
# for instructions how to initialize the setup check the readme in the config.template/faf-nodebb
47+
image: nodebb/docker:1.18.5
48+
restart: unless-stopped
49+
networks:
50+
- faf-extra
51+
- faf # for interaction with the API (OAuth login and user synchronization)
52+
volumes:
53+
- ./config/extra/nodebb/config.json:/usr/src/app/config.json
54+
- ./data/nodebb/node_modules:/usr/src/app/node_modules
55+
- ./data/nodebb/build:/usr/src/app/build
56+
- ./data/nodebb/uploads/:/usr/src/app/public/uploads
57+
labels:
58+
- "traefik.enable=true"
59+
- "traefik.http.routers.faf-nodebb.rule=Host(`forum.${DOMAINNAME}`)"
60+
- "traefik.http.routers.faf-nodebb.entryPoints=websecure"
4261

4362
#
4463
# Web frontend for voting

0 commit comments

Comments
 (0)