Install Pinry

This commit is contained in:
2020-12-13 16:37:09 +00:00
parent bf4ecb6987
commit f4d7ef9e8c
4 changed files with 36 additions and 0 deletions

View File

@@ -93,6 +93,17 @@ services:
- "tower.scarif.local:${LOCAL_IP}"
- "office.scarif.local:${LOCAL_IP}"
pinry:
image: 'getpinry/pinry'
volumes:
- pinry:/data
- ./pinry/local_settings.py:/data/local_settings.py
networks:
- nginx
- db
depends_on:
- db
gitea:
image: gitea/gitea:1
environment:
@@ -172,6 +183,7 @@ services:
- gitea
- collabora
- cadvisor
- pinry
- certs
ports:
- 80:80
@@ -196,6 +208,7 @@ volumes:
nextcloud:
certs:
dashboard:
pinry:
networks:
db: