try to setup demo

This commit is contained in:
Dobromir Popov
2024-06-15 17:32:12 +03:00
parent 98ae4f5e99
commit bab8528db1
7 changed files with 20 additions and 11 deletions

View File

@ -7,7 +7,8 @@ services:
context: .
dockerfile: web/deploy/demo.Dockerfile
ports:
- "8880:8080" # Exposes port 3000 on the host and maps it to port 3000 on the container
- "28880:8080"
- "28881:8081"
volumes:
- .:/usr/src/app # Mounts the current directory to /usr/src/app in the container
environment: