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 matomo-config
portainer-data portainer-data
drone-data drone-data
site-data

View File

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