Skip to content

Commit

Permalink
cicd: docker-compose.yml ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jemin committed Dec 25, 2023
1 parent f7710c3 commit 3b10566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
build: .
ports:
- "8080:8080"
- "9090:9090"
container_name: melly-prod
environment:
- JVM_OPTS=-Xms1g -Xmx1g -XX:NewRatio=3 -verbosegc -server -XX:+HeapDumpOnOutOfMemoryError

0 comments on commit 3b10566

Please sign in to comment.