feat: scaffold holiday booking project
This commit is contained in:
8
docker-compose.qa.yml
Normal file
8
docker-compose.qa.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
web:
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
NEXT_PUBLIC_SITE_URL: ${NEXT_PUBLIC_SITE_URL:-http://localhost:3001}
|
||||
ports:
|
||||
- "${WEB_PORT:-3001}:3000"
|
||||
|
||||
Reference in New Issue
Block a user