We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221e9f3 commit 88bc4e3Copy full SHA for 88bc4e3
1 file changed
compose-template.yml
@@ -0,0 +1,19 @@
1
+version: '3'
2
+services:
3
+ be:
4
+ image: algoux/rankland-web:latest
5
+ network_mode: host
6
+ restart: unless-stopped
7
+ container_name: rankland-web
8
+ environment:
9
+ - SERVER_HOST=127.0.0.1
10
+ - SERVER_PORT=3000
11
+ - NODE_WORKERS=1
12
+ - MONGO_HOST=127.0.0.1
13
+ - MONGO_PORT=27017
14
+ - MONGO_DB=rankland
15
+ - MONGO_USER=
16
+ - MONGO_PASS=
17
+ - AUTH_TOKEN=your-auth-token
18
+ volumes:
19
+ - /your-logs-path/rankland-web:/root/.pm2/logs
0 commit comments