1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

refactor: Add volume mapping for settings.yaml in production docker-compose file

This commit is contained in:
wlinator 2024-09-02 06:27:49 -04:00
parent ba1825cd11
commit d7ad1c2585

View file

@ -3,6 +3,8 @@ services:
image: ghcr.io/wlinator/luminara:3 # Remove "ghcr.io/" if you want to use the Docker Hub image. image: ghcr.io/wlinator/luminara:3 # Remove "ghcr.io/" if you want to use the Docker Hub image.
container_name: lumi-core container_name: lumi-core
restart: always restart: always
volumes:
- ./settings.yaml:/usr/src/app/settings.yaml
env_file: env_file:
- path: ./.env - path: ./.env
required: true required: true