Mask git folder
This commit is contained in:
parent
d40eb433c7
commit
7ac2a6a663
@ -7,6 +7,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
# Relative paths are located in the tmp folder where the projet is clones
|
# Relative paths are located in the tmp folder where the projet is clones
|
||||||
- /srv/website/projects:/app/public/projects:ro
|
- /srv/website/projects:/app/public/projects:ro
|
||||||
|
- git_mask:/app/public/projects/.git
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
labels:
|
labels:
|
||||||
@ -26,3 +27,5 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
volumes:
|
||||||
|
git_mask:
|
Loading…
Reference in New Issue
Block a user