Skip to content

Commit

Permalink
chore: docker-compose.yml 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya324 committed Oct 12, 2024
1 parent ed035e1 commit 402a162
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
findy-app:
container_name: findy
image: ${DOCKER_REPO}:develop-${GITHUB_RUN_NUMBER}
ports:
- "8080:8080"
networks:
- findy-dev
volumes:
- /home/ec2-user/logs:/logs'

networks:
findy-dev:

0 comments on commit 402a162

Please sign in to comment.