Rename projects to content and option for content-dev
This commit is contained in:
parent
94f31043f2
commit
da277794af
3
.gitignore
vendored
3
.gitignore
vendored
@ -36,4 +36,5 @@ yarn-error.log*
|
|||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
|
|
||||||
/public/projects
|
/public/projects
|
||||||
|
/public/content
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user