Skip to content

Commit

Permalink
continer_name web
Browse files Browse the repository at this point in the history
  • Loading branch information
Ammarmoulla committed Oct 14, 2023
1 parent 169ef8d commit 03cc65b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion config/ngrok.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
region: us
version: '2'
web_addr: 0.0.0.0:4040
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
ports:
- '8000:8000'
hostname: app
container_name: web
stdin_open: true
expose:
- '8000'
Expand Down Expand Up @@ -52,13 +53,12 @@ services:
networks:
- live
ngrok:
image: wernight/ngrok
image: ngrok/ngrok:alpine
restart: unless-stopped
ports:
- "4040:4040"
command: "ngrok http app:8000"
command: "ngrok http web:80"
volumes:
- ./config/ngrok.yml:/etc/ngrok.yml

networks:
live:

0 comments on commit 03cc65b

Please sign in to comment.