Moncho / Composerize
4 likes
0 forks
1 files
Last active
Say goodbye to sprawling docker commands and say hello to $ docker-compose up :)
| 1 | version: "3.3" |
| 2 | |
| 3 | services: |
| 4 | |
| 5 | composerize: |
| 6 | image: alcapone1933/composerize |
| 7 | container_name: composerize |
| 8 | restart: unless-stopped |
| 9 | ports: |
| 10 | - "10000:80" |
simmons777 / Docker Socket Proxy
1 likes
0 forks
1 files
Last active
This is a security-enhanced proxy for the Docker Socket.
| 1 | version: '3.3' |
| 2 | services: |
| 3 | docker-socket-proxy: |
| 4 | privileged: false |
| 5 | container_name: docker-proxy |
| 6 | environment: |
| 7 | - LOG_LEVEL=info # debug,info,notice,warning,err,crit,alert,emerg |
| 8 | ## Variables match the URL prefix (i.e. AUTH blocks access to /auth/* parts of the API, etc.). |
| 9 | # 0 to revoke access. |
| 10 | # 1 to grant access. |
Newer
Older