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 908202d commit d34b0ae
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions service/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
services:
frontend:
build:
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
backend:
build:
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
postgres:
build:
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 d34b0ae

Please sign in to comment.