expose backend port locally
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
|||||||
container_name: backend
|
container_name: backend
|
||||||
depends_on:
|
depends_on:
|
||||||
- persistence
|
- persistence
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:7080:7080"
|
||||||
persistence:
|
persistence:
|
||||||
image: git.infinimotion.de/infinimotion/persistence:latest
|
image: git.infinimotion.de/infinimotion/persistence:latest
|
||||||
container_name: persistence
|
container_name: persistence
|
||||||
|
|||||||
Reference in New Issue
Block a user