Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 22, 2024
1 parent ea7cacf commit 2d737d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ services:

caddy:
volumes:
- .:/etc/caddy
- docker/caddy:/etc/caddy

django:
environment:
# live-reload, show exceptions in browser, etc.
DJANGO_DEBUG: "true"
volumes:
# mounting the source code for live reloading
- ..:/usr/django_oapif
- ..:/usr/src
# mounting directory to hold unit tests outputs
- ./unit_tests_outputs/:/unit_tests_outputs
ports:
Expand Down

0 comments on commit 2d737d1

Please sign in to comment.