mirror of
https://github.com/offen/website.git
synced 2024-11-22 01:00:26 +01:00
remove logspout container from production setup
This commit is contained in:
parent
46effb2387
commit
11f20ea084
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user