Adds photos mounts
This commit is contained in:
parent
a6145b6c94
commit
2abdcdc9c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ gitea-data
|
||||
matomo-config
|
||||
portainer-data
|
||||
drone-data
|
||||
site-data
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user