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

3
.gitignore vendored
View File

@ -36,4 +36,5 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
/public/projects /public/projects
/public/content

View File

@ -6,7 +6,7 @@ services:
restart: always restart: always
volumes: volumes:
# Relative paths are located in the tmp folder where the project is cloned # 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 - git_mask:/app/public/projects/.git
networks: networks:
- traefik - traefik

View File

@ -6,7 +6,7 @@ services:
restart: always restart: always
volumes: volumes:
# Relative paths are located in the tmp folder where the project is cloned # 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 - git_mask:/app/public/projects/.git
networks: networks:
- traefik - traefik