You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the idea is basically to not bake the contents of '/etc/scion' (scion config files .toml|.json & secret keys ) into the docker images with 'COPY ..' directive but instead mount it as a shared volume in the docker-compose.yml file like:
volumes:
- type: bind
source: ./
target: /etc/scion
drawback is that this will probably won't work in swarm mode
The goal is to avoid rebuilding everything when e.g. changing log level. more information following.
The text was updated successfully, but these errors were encountered: