Skip to content

Commit

Permalink
Mount correct alembic.ini in SBS container
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Dec 17, 2024
1 parent 7c014df commit 5a66050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/docker_sbs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
- "{{ sbs_conf_dir }}:/opt/sbs/config"
- "{{ sbs_cert_dir }}:/opt/sbs/cert"
- "{{ sbs_log_dir }}:/opt/sbs/log"
- "{{ sbs_conf_dir }}/alembic.ini:/opt/sbs/server/migrations/alembic.ini:ro"
# - "{{ sbs_apache_conf }}:/etc/apache2/sites-enabled/sbs.conf:ro"
# - "sbs_static:/var/www/html"
networks:
Expand Down

0 comments on commit 5a66050

Please sign in to comment.