ibp-network / ibp-monitor

16 stars 10 forks source link

IBP server Docker compose config dir mapping #80

Closed kukabi closed 1 year ago

kukabi commented 1 year ago

Added local config dir mapping to Docker compose file for the IBP server.

dcolley commented 1 year ago

Do we need to change the Dockerfile.ibp.services? It has

RUN rm -rf config/config.local.js

I guess that runs when the container us built, and will not affect the mount later?

kukabi commented 1 year ago

I guess that runs when the container us built, and will not affect the mount later?

Yeah it won't affect the mount 👍🏻