Merge branch 'pu' of ssh://gitlab.archlinux.org:222/hwittenborn/aurweb into pu

This commit is contained in:
Hunter Wittenborn 2021-09-05 16:14:00 -05:00
commit 0386e0dbc2

View file

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