aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose-postgres.yaml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-21 01:52:20 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-21 01:52:20 +0000
commit7f42eece2cc4472ad3470120d00ca47581be3211 (patch)
treefbd1af02c499e2378e5360c7aaf585f28f76d668 /docker-compose-postgres.yaml
parentupdated readme (diff)
downloadmilla-7f42eece2cc4472ad3470120d00ca47581be3211.tar.gz
milla-7f42eece2cc4472ad3470120d00ca47581be3211.zip
code clean up
Diffstat (limited to '')
-rw-r--r--docker-compose-postgres.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/docker-compose-postgres.yaml b/docker-compose-postgres.yaml
index 38a0924..cc17d83 100644
--- a/docker-compose-postgres.yaml
+++ b/docker-compose-postgres.yaml
@@ -23,11 +23,6 @@ services:
- /etc/localtime:/etc/localtime:ro
cap_drop:
- ALL
- environment:
- - HTTPS_PROXY=http://172.17.0.1:8120
- - https_proxy=http://172.17.0.1:8120
- - HTTP_PROXY=http://172.17.0.1:8120
- - http_proxy=http://172.17.0.1:8120
postgres:
image: postgres:16-alpine3.19
deploy: