mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-01 04:18:01 +00:00
Make frontend nginx conf suitable for k8s or local deployment (no need for 'old' deployment bits)
This commit is contained in:
+1
-8
@@ -5,15 +5,8 @@ services:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: ./frontend/
|
||||
# Copy in changes to the ui, so no need to rebuild the images.
|
||||
volumes:
|
||||
- /app/node_modules
|
||||
- ./packages:/app/packages
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./nginx/default:/etc/nginx/sites-available/default
|
||||
- ./env-config.js:/usr/share/nginx/html/env-config.js
|
||||
ports:
|
||||
- 3000:80
|
||||
- 3000:8000
|
||||
expose:
|
||||
- 3000
|
||||
telemetry-backend-shard:
|
||||
|
||||
Reference in New Issue
Block a user