Adds photos mounts

master
Abhinav Sarkar 2018-10-22 04:54:40 +00:00
parent a6145b6c94
commit 2abdcdc9c4
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ gitea-data
matomo-config
portainer-data
drone-data
site-data

View File

@ -1,6 +1,7 @@
version: '3'
volumes:
matomo:
photothumbs:
services:
wallabag:
image: wallabag/wallabag
@ -102,6 +103,9 @@ services:
site:
image: abhin4v/abhinavsarkar.net:latest
volumes:
- /home/abhinav/space/site-data/photos:/opt/abhinavsarkar.net/photos/images
- photothumbs:/opt/abhinavsarkar.net/photos/thumbs
hooks:
build: