Install Pinry
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user