Rename projects to content and option for content-dev

This commit is contained in:
Daniel Kluge 2022-06-12 15:00:55 +02:00
parent 94f31043f2
commit da277794af
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@ yarn-error.log*
*.tsbuildinfo
/public/projects
/public/content

View File

@ -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

View File

@ -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