Skip to content

Commit aed86f3

Browse files
coxker-compose.yml template updates
1 parent bf7e622 commit aed86f3

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

docker-compose.yml

+3-16
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,7 @@ services:
99
environment:
1010
NODE_ENV: production
1111
PORT: 3000
12-
GITHUB_TOKEN: 5a6___________________________79
13-
RSA_PUBLIC_KEY: |
14-
-----BEGIN PUBLIC KEY-----
15-
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0WTSD19Ym3fih7TjUCZb
16-
...
17-
i8F1a7KOTbOWC4aNbwqapneGHIPiGvjio1dhVfMmKdExCfWFnZ3OC2rLdEggsD7S
18-
8wIDAQAB
19-
-----END PUBLIC KEY-----
12+
GITHUB_TOKEN: #insert your GitHub token here
2013
RSA_PRIVATE_KEY: |
21-
-----BEGIN RSA PRIVATE KEY-----
22-
MIIEpQIBAAKCAQEA0WTSD19Ym3fih7TjUCZbSIPQ9gxoPQyCmYIMenpTT4FfmuKq
23-
...
24-
...
25-
...
26-
+Y7Za9Tm41Uuiyujdav1ZzM9bdrCDHLDgsq34b7Hf8cLzmRgW3syl35U7Qzx+5FK
27-
ShRxZa+h60iJyWZvQrle9aaJkDuSboZX2X3Rp5S0C7ysi0aJDh2scvM=
28-
-----END RSA PRIVATE KEY-----
14+
# RSA private key to encrypt sensitive configuration parameters with.
15+
# the correct format starts with "-----BEGIN RSA PRIVATE KEY-----"

0 commit comments

Comments
 (0)