standard ports

This commit is contained in:
2019-10-31 23:25:45 +01:00
parent f26a360c23
commit fec1b3ff7c

View File

@@ -31,7 +31,8 @@ services:
- ./:/personal_api/
command: gunicorn -w 4 -k uvicorn.workers.UvicornWorker personal_api.main:app -b 0.0.0.0
ports:
- "8000:8000"
- "80:80"
- "443:443"
networks:
my-network:
aliases: