added pinry to stack
This commit is contained in:
15
roles/docker/templates/pinry-compose.yml.j2
Normal file
15
roles/docker/templates/pinry-compose.yml.j2
Normal file
@ -0,0 +1,15 @@
|
||||
services:
|
||||
pinry:
|
||||
volumes:
|
||||
- pinry:/data
|
||||
environment:
|
||||
- SECRET_KEY=no2254XiwYFWDnt2UW6wraSbVPRdHx8wVIeBh3jeYcI=
|
||||
- ALLOW_NEW_REGISTRATIONS=False
|
||||
image: getpinry/pinry
|
||||
volumes:
|
||||
pinry:
|
||||
driver: local
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: lava
|
Reference in New Issue
Block a user