We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648c071 commit 6abdfbfCopy full SHA for 6abdfbf
docker-compose.local.yml
@@ -5,6 +5,8 @@ services:
5
build:
6
context: .
7
dockerfile: Dockerfile.dev
8
+ ports:
9
+ - "81:80"
10
restart: always
11
networks:
12
- nmrium-network
@@ -26,21 +28,6 @@ services:
26
28
27
29
30
- # Nginx reverse proxy
- nginx-proxy:
31
- container_name: nginx-proxy
32
- image: nginx:stable-alpine
33
- ports:
34
- - "8080:80" # Dev environment on port 8080
35
- - "8081:81" # Prod environment on port 8081
36
- volumes:
37
- - ./nginx/proxy.conf:/etc/nginx/conf.d/default.conf
38
- depends_on:
39
- - nmrium-dev
40
- - nmrium-prod
41
- networks:
42
- - nmrium-network
43
-
44
45
nmrium-network:
46
driver: bridge
nginx/proxy.conf
0 commit comments