Skip to content

Commit

Permalink
Merge pull request #354 from Lezek123/docker-adjustments
Browse files Browse the repository at this point in the history
Docker setup adjustments
  • Loading branch information
Lezek123 authored Jan 14, 2025
2 parents e9460dd + c2221cf commit 10c310c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
soft: -1
hard: -1
volumes:
- es-data:/usr/share/elasticsearch/data
- ./local/es-data:/usr/share/elasticsearch/data
ports:
- 127.0.0.1:9200:9200
networks:
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ volumes:
networks:
youtube-synch:
name: youtube-synch
ipam:
config:
- subnet: 172.20.0.0/24
ip6net:
enable_ipv6: true
ipam:
Expand Down
7 changes: 5 additions & 2 deletions socks5-proxy/docker-compose.chisel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ services:
command: client --fingerprint ${CHISEL_SERVER_FINGERPRINT} 172.17.0.1:9000 0.0.0.0:1080:socks
restart: always
networks:
- youtube-synch
- ip6net
youtube-synch:
# Configure a static IP
ipv4_address: 172.20.0.123
ip6net:

networks:
youtube-synch:
external: true

ip6net:
enable_ipv6: true
ipam:
Expand Down

0 comments on commit 10c310c

Please sign in to comment.