docker soket via socket proxy #48

Merged
p4u1 merged 3 commits from socket-proxy into master 2024-07-06 18:28:26 +00:00
Owner

Mouting the the docker socket directly is not recommended, because it is a security issue. Instead access it via a tcp socket proxy.

See https://doc.traefik.io/traefik/providers/docker/#docker-api-access

Mouting the the docker socket directly is not recommended, because it is a security issue. Instead access it via a tcp socket proxy. See https://doc.traefik.io/traefik/providers/docker/#docker-api-access
p4u1 added 1 commit 2024-06-21 15:26:50 +00:00
docker soket via socket proxy
Some checks failed
continuous-integration/drone/pr Build is failing
963f2de30f
p4u1 added 1 commit 2024-06-21 15:28:07 +00:00
Merge branch 'master' into socket-proxy
Some checks failed
continuous-integration/drone/pr Build is failing
1c78beba53
decentral1se reviewed 2024-06-22 08:12:09 +00:00
decentral1se left a comment
Owner

Great, we've been talking about doing something like this for a while!

Reference: https://docs.linuxserver.io/images/docker-socket-proxy/

Great, we've been talking about doing something like this for a while! Reference: https://docs.linuxserver.io/images/docker-socket-proxy/
compose.yml Outdated
@ -51,2 +51,4 @@
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:latest
Owner

Can we pin this to a version also?

Can we pin this to a version also?
Author
Owner

Pinned the version in 852674ccac

Pinned the version in https://git.coopcloud.tech/coop-cloud/traefik/commit/852674ccac756b7b26927227594afb55743c35c8
decentral1se marked this conversation as resolved
p4u1 added 1 commit 2024-06-22 14:54:02 +00:00
pin version
Some checks failed
continuous-integration/drone/pr Build is failing
852674ccac
decentral1se approved these changes 2024-06-22 16:32:39 +00:00
decentral1se left a comment
Owner

🫡

🫡
p4u1 merged commit 50cdb20a39 into master 2024-07-06 18:28:26 +00:00
p4u1 deleted branch socket-proxy 2024-07-06 18:28:26 +00:00
Sign in to join this conversation.
No description provided.