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