Simplifying volumes for Homepage.
This commit is contained in:
+4
-21
@@ -1816,27 +1816,10 @@ services:
|
|||||||
- 3004:3000
|
- 3004:3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/homepage
|
- ${DOCKER_VOLUME_CONFIG}/homepage:/app/config
|
||||||
target: /app/config
|
- ${DOCKER_VOLUME_CONFIG}/homepage/images:/app/public/images
|
||||||
type: bind
|
- ${DOCKER_VOLUME_CONFIG}/homepage/icons:/app/public/icons
|
||||||
bind:
|
- ${DOCKER_VOLUME_STORAGE}:/rinoa-storage:ro
|
||||||
create_host_path: true
|
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/homepage/images
|
|
||||||
target: /app/public/images
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/homepage/icons
|
|
||||||
target: /app/public/icons
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
- read_only: true
|
|
||||||
source: ${DOCKER_VOLUME_STORAGE}
|
|
||||||
target: /rinoa-storage
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
hugo:
|
hugo:
|
||||||
command: hugo server --baseURL "it-services.${MY_TLD}" --bind 0.0.0.0 --appendPort=false --source=/src/it-services --configDir=/src/it-services/config/ -e production --logLevel debug
|
command: hugo server --baseURL "it-services.${MY_TLD}" --bind 0.0.0.0 --appendPort=false --source=/src/it-services --configDir=/src/it-services/config/ -e production --logLevel debug
|
||||||
container_name: hugo
|
container_name: hugo
|
||||||
|
|||||||
Reference in New Issue
Block a user