test(waas-engine): add vitest suite and node ssr container adapter setup
This commit is contained in:
@@ -6,4 +6,11 @@ services:
|
||||
container_name: websitedummy_app
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8080:4321"
|
||||
environment:
|
||||
- HOST=0.0.0.0
|
||||
- PORT=4321
|
||||
- DATA_DIR=/app/data
|
||||
volumes:
|
||||
- ./app/data:/app/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user