Skip to content

Commit

Permalink
config: nginx 리버스 프록시 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
geneaky committed Sep 18, 2024
1 parent cbb6b48 commit ff218c3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ services:
- java -jar ./build/libs/*.jar
restart: always

nginx:
depends_on:
- app
container_name: nginx
image: nginx
environment:
TZ: "Asia/Seoul"
ports:
- 80:80
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
restart: always

promtail:
depends_on:
- nginx
Expand Down

0 comments on commit ff218c3

Please sign in to comment.