Rename projects to content and option for content-dev
This commit is contained in:
parent
94f31043f2
commit
da277794af
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ yarn-error.log*
|
||||
*.tsbuildinfo
|
||||
|
||||
/public/projects
|
||||
/public/content
|
@ -6,7 +6,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
# Relative paths are located in the tmp folder where the project is cloned
|
||||
- /srv/website/projects:/app/public/projects:ro
|
||||
- /srv/website-dev/content:/app/public/content:ro
|
||||
- git_mask:/app/public/projects/.git
|
||||
networks:
|
||||
- traefik
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
# Relative paths are located in the tmp folder where the project is cloned
|
||||
- /srv/website/projects:/app/public/projects:ro
|
||||
- /srv/website/content:/app/public/content:ro
|
||||
- git_mask:/app/public/projects/.git
|
||||
networks:
|
||||
- traefik
|
||||
|
Loading…
Reference in New Issue
Block a user