Docker: expose fastapi (18000) and php-fpm (19000)

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-09-05 00:08:47 -07:00
parent fa07f94051
commit e93b0a9b45
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -166,6 +166,8 @@ services:
- ./web/template:/aurweb/web/template
- ./web/lib:/aurweb/web/lib
- ./templates:/aurweb/templates
ports:
- "19000:9000"
fastapi:
image: aurweb:latest
@ -197,6 +199,8 @@ services:
- ./web/template:/aurweb/web/template
- ./web/lib:/aurweb/web/lib
- ./templates:/aurweb/templates
ports:
- "18000:8000"
nginx:
image: aurweb:latest