feat (compose): maj des volumes de docker-compose
This commit is contained in:
parent
afd5349a7c
commit
fc348943c8
|
@ -15,6 +15,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/app/src
|
- ./src:/app/src
|
||||||
- ./config:/app/config
|
- ./config:/app/config
|
||||||
|
- ./translations:/app/translations
|
||||||
|
- ./templates:/app/templates
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- $HOME/.ssh:/root/.host-ssh:ro
|
- $HOME/.ssh:/root/.host-ssh:ro
|
||||||
tmpfs:
|
tmpfs:
|
||||||
|
|
Loading…
Reference in New Issue