Skip to content

Commit f1924e1

Browse files
authored
Merge pull request #20 from x59/master
Minor docker-compose changes
2 parents da80ca8 + d3ab7f5 commit f1924e1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docker-compose.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ services:
2727

2828
#PGUSER: pypi-server
2929
#PGPASSWORD: pypi-server
30+
3031
## By default random
3132
#SECRET: changeme
3233

@@ -46,4 +47,10 @@ services:
4647
#MAX_CLIENTS: 25
4748

4849
## PYPI server url
49-
#PYPY_SERVER: https://pypi.python.org
50+
#PYPI_SERVER: https://pypi.python.org
51+
52+
## Use for attach a debugger
53+
#DEBUG: 0
54+
55+
## Compress responses (default False)
56+
#GZIP: 0

0 commit comments

Comments
 (0)