Mask git folder

This commit is contained in:
Daniel Kluge 2022-01-14 16:32:23 +01:00
parent d40eb433c7
commit 7ac2a6a663

View File

@ -7,6 +7,7 @@ services:
volumes:
# Relative paths are located in the tmp folder where the projet is clones
- /srv/website/projects:/app/public/projects:ro
- git_mask:/app/public/projects/.git
networks:
- traefik
labels:
@ -25,4 +26,6 @@ services:
networks:
traefik:
external: true
external: true
volumes:
git_mask: