Skip to content

Commit 1d8ddbc

Browse files
committed
Remove the web service definition and stop publishing the webapp
[refs #1cb3fa562b2d]
1 parent 06f4733 commit 1d8ddbc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

compose_example/docker-compose.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
version: '3.3'
22

33
services:
4-
web:
5-
image: nginx:latest
6-
ports:
7-
- 80:80
8-
volumes:
9-
- ./html:/usr/share/nginx/html
10-
114
pg:
125
image: postgres:9.6-alpine
136
environment:
@@ -21,8 +14,6 @@ services:
2114
image: jfahrer/demo_web_app:wait_for_pg
2215
depends_on:
2316
- pg
24-
ports:
25-
- 9292:9292
2617
environment:
2718
- POSTGRES_DB
2819
- POSTGRES_USER

0 commit comments

Comments
 (0)