Add volume to stable site
This commit is contained in:
@ -5,7 +5,7 @@ services:
|
||||
image: localhost:5000/c0ntroller.de:dev
|
||||
restart: always
|
||||
volumes:
|
||||
# Relative paths are located in the tmp folder where the projet is clones
|
||||
# Relative paths are located in the tmp folder where the project is cloned
|
||||
- /srv/website/projects:/app/public/projects:ro
|
||||
- git_mask:/app/public/projects/.git
|
||||
networks:
|
||||
|
@ -4,6 +4,10 @@ services:
|
||||
server:
|
||||
image: localhost:5000/c0ntroller.de:latest
|
||||
restart: always
|
||||
volumes:
|
||||
# Relative paths are located in the tmp folder where the project is cloned
|
||||
- /srv/website/projects:/app/public/projects:ro
|
||||
- git_mask:/app/public/projects/.git
|
||||
networks:
|
||||
- traefik
|
||||
labels:
|
||||
@ -22,4 +26,6 @@ services:
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
external: true
|
||||
volumes:
|
||||
git_mask:
|
Submodule public/projects updated: 0496a88b36...ef76baafc9
Reference in New Issue
Block a user