change to port 80
This commit is contained in:
parent
4cb30fca86
commit
b6fbc0e71d
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ ADD uwsgi.ini /srv/umap/uwsgi.ini
|
||||||
ADD drop-privileges.sh /srv/umap/drop-privileges.sh
|
ADD drop-privileges.sh /srv/umap/drop-privileges.sh
|
||||||
ADD docker-entrypoint.sh /srv/umap/docker-entrypoint.sh
|
ADD docker-entrypoint.sh /srv/umap/docker-entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 8000/tcp
|
EXPOSE 80/tcp
|
||||||
|
|
||||||
# Add Tini
|
# Add Tini
|
||||||
ENV TINI_VERSION v0.14.0
|
ENV TINI_VERSION v0.14.0
|
||||||
|
|
|
@ -13,7 +13,7 @@ services:
|
||||||
app:
|
app:
|
||||||
image: pommib/umap:1.2.3
|
image: pommib/umap:1.2.3
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:80"
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgis://postgres@db/postgres
|
- DATABASE_URL=postgis://postgres@db/postgres
|
||||||
- REDIS_URL=redis://redis:6379/0
|
- REDIS_URL=redis://redis:6379/0
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
uid = umap
|
uid = umap
|
||||||
gid = users
|
gid = users
|
||||||
enable-threads = true
|
enable-threads = true
|
||||||
http-socket = :8000
|
http-socket = :80
|
||||||
|
|
||||||
# Python related settings
|
# Python related settings
|
||||||
# the base directory (full path)
|
# the base directory (full path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue