21 lines
478 B
Django/Jinja
21 lines
478 B
Django/Jinja
services:
|
|
pinry:
|
|
volumes:
|
|
- pinry:/data
|
|
labels:
|
|
glance.name: Pinry
|
|
glance.icon: si:pinterest
|
|
glance.url: https://pin.thesatelliteoflove.com
|
|
glance.description: Pinterest clone
|
|
glance.id: pinterest
|
|
environment:
|
|
- SECRET_KEY=no2254XiwYFWDnt2UW6wraSbVPRdHx8wVIeBh3jeYcI=
|
|
- ALLOW_NEW_REGISTRATIONS=False
|
|
image: getpinry/pinry
|
|
volumes:
|
|
pinry:
|
|
driver: local
|
|
networks:
|
|
default:
|
|
external: true
|
|
name: lava |