Skip to content

Commit

Permalink
Add develop label to dev-docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
javibu13 committed Dec 14, 2023
1 parent eacd1e1 commit 50d8387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/dev-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
build:
args:
- test_pypi_flag=--index-url https://test.pypi.org/simple/
image: javibu13/wattrex-web-server:dev-latest
depends_on:
- wattrex_db

Expand All @@ -29,6 +30,7 @@ services:
build:
args:
- test_pypi_flag=--index-url https://test.pypi.org/simple/
image: javibu13/wattrex-web-server:dev-latest
ports:
- "8869:8000"
depends_on:
Expand Down

0 comments on commit 50d8387

Please sign in to comment.