Skip to content

Commit b1511b3

Browse files
committed
removed proxy service, moved into a new branch
1 parent e941c8d commit b1511b3

8 files changed

Lines changed: 0 additions & 146 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,6 @@ services:
122122
external_links:
123123
- elk
124124

125-
proxy:
126-
build: proxy/
127-
ports:
128-
- 80:80
129-
networks:
130-
- net
131-
depends_on:
132-
- gateway
133-
hostname: proxy
134-
container_name: proxy
135-
command: ["./wait-for-it.sh","gateway:8018","--timeout=150","--","/usr/local/bin/start.sh"]
136-
137125
volumes:
138126
todo_data:
139127
external: true

jwt.jks

-2.1 KB
Binary file not shown.

proxy/Dockerfile

Lines changed: 0 additions & 42 deletions
This file was deleted.

proxy/README

Lines changed: 0 additions & 4 deletions
This file was deleted.

proxy/default.conf

Lines changed: 0 additions & 43 deletions
This file was deleted.

proxy/filebeat.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

proxy/logstash-beats.crt

Lines changed: 0 additions & 18 deletions
This file was deleted.

proxy/start.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)