Skip to content

Commit

Permalink
Rework local dev/test container setup #1196
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 10, 2024
1 parent 314e1fc commit 4262e81
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/Docker__Black_reformat.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Docker__Flake8.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Docker__MyPy.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Docker__Poetry_update.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion provisioning/container/compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Compose for DSMR-reader development only, NEVER use in production! #
######################################################################

version: "3.9"
services:
# http://localhost:8000
dev-dsmr-app:
Expand Down
1 change: 0 additions & 1 deletion provisioning/container/compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Compose for DSMR-reader development only, NEVER use in production! #
######################################################################

version: "3.9"
services:
tests-dsmr-app:
container_name: tests-dsmr-app
Expand Down

0 comments on commit 4262e81

Please sign in to comment.