Skip to content

Commit

Permalink
Fix docker compose file for local testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneHollander committed Sep 10, 2023
1 parent b4c5b34 commit 05e063c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/docker-compose.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ services:
- --rep0st_database_uri=mysql+cymysql://rep0st:pw@mdb01/rep0st?charset=utf8mb4
- --rep0st_elasticsearch_uris=http://es01:9200
- --rep0st_media_path=/media/
- --rep0st_update_features_post_type=IMAGE
depends_on:
- mdb01
- es01
Expand Down

0 comments on commit 05e063c

Please sign in to comment.