Skip to content

Commit

Permalink
add proxy docker-compose.override.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolldemorted committed Jul 19, 2024
1 parent 4e4d300 commit 753a4b5
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions service/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: '3'
services:
proxy:
build:
context: ./proxy/
args:
http_proxy: http://proxy.prod.bambi.ovh:3128
https_proxy: http://proxy.prod.bambi.ovh:3128
HTTP_PROXY: http://proxy.prod.bambi.ovh:3128
HTTPS_PROXY: http://proxy.prod.bambi.ovh:3128
web:
build:
context: ./web/
args:
http_proxy: http://proxy.prod.bambi.ovh:3128
https_proxy: http://proxy.prod.bambi.ovh:3128
HTTP_PROXY: http://proxy.prod.bambi.ovh:3128
HTTPS_PROXY: http://proxy.prod.bambi.ovh:3128
echo:
build:
context: ./echo/
args:
http_proxy: http://proxy.prod.bambi.ovh:3128
https_proxy: http://proxy.prod.bambi.ovh:3128
HTTP_PROXY: http://proxy.prod.bambi.ovh:3128
HTTPS_PROXY: http://proxy.prod.bambi.ovh:3128
premium-forum:
build:
context: ./forum/
args:
http_proxy: http://proxy.prod.bambi.ovh:3128
https_proxy: http://proxy.prod.bambi.ovh:3128
HTTP_PROXY: http://proxy.prod.bambi.ovh:3128
HTTPS_PROXY: http://proxy.prod.bambi.ovh:3128
open-forum:
build:
context: ./forum/
args:
http_proxy: http://proxy.prod.bambi.ovh:3128
https_proxy: http://proxy.prod.bambi.ovh:3128
HTTP_PROXY: http://proxy.prod.bambi.ovh:3128
HTTPS_PROXY: http://proxy.prod.bambi.ovh:3128

0 comments on commit 753a4b5

Please sign in to comment.