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
|
matomo-config
|
||||||
portainer-data
|
portainer-data
|
||||||
drone-data
|
drone-data
|
||||||
|
site-data
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user