maloja: set profile and network
This commit is contained in:
parent
a68bd9067f
commit
8ecf33f31d
|
@ -500,6 +500,10 @@ services:
|
||||||
user: "${PUID}:${PGID}"
|
user: "${PUID}:${PGID}"
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/maloja:/data"
|
- "${DOCKER_STORAGE_PATH}/maloja:/data"
|
||||||
|
networks:
|
||||||
|
- public
|
||||||
|
profiles:
|
||||||
|
- base
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in New Issue