Skip to content

Commit

Permalink
PET-43 feat: 펫모리 서버 actuator 정보 수집하도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarbals824 committed Aug 4, 2023
1 parent b149fb8 commit d0c9ebb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ services:
ports:
- "27017:27017"
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONGO_USERNAME}
MONGO_INITDB_ROOT_PASSWORD: ${MONGO_PASSWORD}
# MONGO_INITDB_ROOT_USERNAME: ${MONGO_USERNAME}
# MONGO_INITDB_ROOT_PASSWORD: ${MONGO_PASSWORD}
MONGO_INITDB_ROOT_USERNAME: petmory
MONGO_INITDB_ROOT_PASSWORD: petmory
networks:
- server_network

loganalyzer:
image: ${DOCKER_USERNAME}/${DOCKER_REPOSITORY}
container_name: ${DOCKER_REPOSITORY}
# image: ${DOCKER_USERNAME}/${DOCKER_REPOSITORY}
image: tlarbals824/loganalyzer
# container_name: ${DOCKER_REPOSITORY}
container_name: loganalyzer
restart: always
ports:
- "8080:8080"
Expand Down

0 comments on commit d0c9ebb

Please sign in to comment.