Add VISA backend foundation
This commit is contained in:
@@ -4,6 +4,21 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
depends_on:
|
||||
- api
|
||||
ports:
|
||||
- "8080:80"
|
||||
restart: unless-stopped
|
||||
|
||||
api:
|
||||
container_name: agentblock-api
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.api
|
||||
environment:
|
||||
PORT: "4000"
|
||||
expose:
|
||||
- "4000"
|
||||
ports:
|
||||
- "4000:4000"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user