Skip to content

Commit b9ff1fc

Browse files
authored
Merge pull request #549 from PROCOLLAB-github/fix/nginx.conf
Nginx контейнер убран из docker-compose
2 parents ea544ed + 8362d09 commit b9ff1fc

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docker-compose.dev-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ services:
1313
- .env
1414
environment:
1515
HOST: 0.0.0.0
16-
expose:
17-
- 8000
16+
ports:
17+
- 8000:8000
1818

1919
grafana:
2020
image: grafana/grafana:latest
@@ -37,13 +37,13 @@ services:
3737
- prom-data:/prometheus
3838
- ./prometheus:/etc/prometheus
3939

40-
nginx:
41-
restart: unless-stopped
42-
build: ./nginx
43-
depends_on:
44-
- web
45-
ports:
46-
- 8000:80
40+
#nginx:
41+
# restart: unless-stopped
42+
# build: ./nginx
43+
# depends_on:
44+
# - web
45+
# ports:
46+
# - 8000:80
4747

4848
loki:
4949
image: grafana/loki:2.9.0

0 commit comments

Comments
 (0)