Skip to content

Commit

Permalink
(fix): Update full stack service
Browse files Browse the repository at this point in the history
* Update full-stack service

* Update service with conduktor-console

* Add hostnames and container names for PostgreSQL & Console
  • Loading branch information
AurelieMarcuzzo authored Mar 27, 2024
1 parent 5f3b855 commit 9d66551
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions full-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,17 @@ services:
- kafka1

postgresql:
hostname: postgresql
container_name: postgresql
extends:
service: postgresql
file: conduktor.yml

conduktor-platform:
conduktor-console:
hostname: conduktor-console
container_name: conduktor-console
extends:
service: conduktor-platform
service: conduktor-console
file: conduktor.yml

volumes:
Expand Down

0 comments on commit 9d66551

Please sign in to comment.