Skip to content

Commit

Permalink
differentiate between dev and prod api
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Sep 28, 2024
1 parent da28bd0 commit 3aaa6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
services:
api:
image: ecamp/ecamp3-dev-api
build:
target: frankenphp_dev
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- pdf

api:
image: ecamp/ecamp3-dev-api
image: ecamp/ecamp3-prod-api
build:
context: ./api
target: frankenphp_prod
Expand Down

0 comments on commit 3aaa6b0

Please sign in to comment.