2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

remove logspout container from production setup

This commit is contained in:
Frederik Ring 2019-11-03 22:53:32 +01:00
parent 46effb2387
commit 11f20ea084

View File

@ -37,19 +37,6 @@
"environment": [
{ "name": "OFFEN_SERVER_REVERSEPROXY", "value": "1" }
]
},
{
"name": "logspout",
"image": "gliderlabs/logspout:latest",
"essential": true,
"memory": 64,
"command": ["syslog+tls://$LOG_TARGET"],
"mountPoints": [
{
"sourceVolume": "log-socket",
"containerPath": "/var/run/docker.sock"
}
]
}
]
}