Skip to content

Commit

Permalink
chore : 로컬 컴포즈 파일 추가 #64
Browse files Browse the repository at this point in the history
  • Loading branch information
jjikky committed Oct 1, 2024
1 parent 50765ed commit 37cc342
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
services:
dao-signaling-server:
build: .
container_name: dao-signaling-server
env_file:
- .env
networks:
- backend-network
ports:
- '8083:8083'

networks:
backend-network:
external: true

0 comments on commit 37cc342

Please sign in to comment.