1
0
Fork 0

change to port 80

This commit is contained in:
Pim van den Berg 2022-11-24 14:30:34 +01:00
parent 4cb30fca86
commit b6fbc0e71d
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ ADD uwsgi.ini /srv/umap/uwsgi.ini
ADD drop-privileges.sh /srv/umap/drop-privileges.sh
ADD docker-entrypoint.sh /srv/umap/docker-entrypoint.sh
EXPOSE 8000/tcp
EXPOSE 80/tcp
# Add Tini
ENV TINI_VERSION v0.14.0

View File

@ -13,7 +13,7 @@ services:
app:
image: pommib/umap:1.2.3
ports:
- "8000:8000"
- "8000:80"
environment:
- DATABASE_URL=postgis://postgres@db/postgres
- REDIS_URL=redis://redis:6379/0

View File

@ -2,7 +2,7 @@
uid = umap
gid = users
enable-threads = true
http-socket = :8000
http-socket = :80
# Python related settings
# the base directory (full path)