Skip to content

Commit

Permalink
🐳 Improve docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Jan 27, 2025
1 parent c0ffd4f commit 5157a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
- REACT_APP_API_URL=http://localhost:8000
- REACT_APP_API_PATH=/api/v1
- REACT_APP_ZAAK_URL_TEMPLATE=https://www.example.com/zaken/{identificatie}
- REQUESTS_READ_TIMEOUT=5000
ports:
- 8000:8000
depends_on:
Expand All @@ -66,7 +67,7 @@ services:
environment: *web_env
command: /setup_configuration.sh
volumes:
- ./backend/src/openarchiefbeheer/config/setup-configuration/fixtures:/app/setup_configuration
- ./backend/src/openarchiefbeheer/config/setup_configuration/fixtures:/app/setup_configuration
depends_on:
- db
- redis
Expand Down

0 comments on commit 5157a99

Please sign in to comment.