Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Mount edge/htdocs also to server to enable generation of static confe…
Browse files Browse the repository at this point in the history
…rence data
  • Loading branch information
ascheman committed Feb 16, 2020
1 parent fd9491b commit 88812fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dukecon/puppet/docker-compose.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
ports:
- "127.0.0.1:<%= @dukecon_instance_internal_port %>:8080"
volumes:
- "/data/dukecon/<%= @dukecon_instance_name %>/edge/htdocs:/opt/dukecon/htdocs"
- "/data/dukecon/<%= @dukecon_instance_name %>/server/cache:/opt/dukecon/cache"
- "/data/dukecon/<%= @dukecon_instance_name %>/server/config:/opt/dukecon/config"
- "/data/dukecon/<%= @dukecon_instance_name %>/server/heapdumps:/opt/dukecon/heapdumps"
Expand Down

0 comments on commit 88812fa

Please sign in to comment.