2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 17:10:29 +01:00

fix definition of environment variables

This commit is contained in:
Frederik Ring 2019-10-25 15:56:59 +02:00
parent 7b81ab9865
commit fb7c48b42f
2 changed files with 6 additions and 6 deletions

View File

@ -34,9 +34,9 @@
"essential": true, "essential": true,
"memory": 256, "memory": 256,
"command": ["serve"], "command": ["serve"],
"environment": { "environment": [
"OFFEN_SERVER_REVERSEPROXY": "1" { name: "OFFEN_SERVER_REVERSEPROXY", "value": "1" }
} ]
}, },
{ {
"name": "logspout", "name": "logspout",

View File

@ -27,9 +27,9 @@
"essential": true, "essential": true,
"memory": 256, "memory": 256,
"command": ["serve"], "command": ["serve"],
"environment": { "environment": [
"OFFEN_SERVER_REVERSEPROXY": "1" { name: "OFFEN_SERVER_REVERSEPROXY", "value": "1" }
} ]
} }
] ]
} }