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 a625942 commit 2728b82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions service/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
enoft:
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 2728b82

Please sign in to comment.