infrastructure/ansible/roles/socks-proxy/files/docker-compose.yml
Jake Howard fe5a5984c3
Remove container names from containers
They're not needed for anything, and caused annoying weird issues when cycling containers
2020-06-27 17:45:28 +01:00

12 lines
228 B
YAML

version: "2.3"
services:
3proxy:
image: riftbit/3proxy:latest
restart: unless-stopped
ports:
- 1080:1080
environment:
- PROXY_LOGIN={{ socks_username }}
- PROXY_PASSWORD={{ socks_password }}