Skip to content

Commit

Permalink
Add dev compose file as was the prod one before
Browse files Browse the repository at this point in the history
Rename compose to implicit dev name
  • Loading branch information
pitastrudl committed Jan 4, 2025
1 parent 422260d commit 5a55846
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose..yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
services:
badgehub-frontend:
build: .
ports:
- "8003:3000"
restart: always
env_file:
- ".env.prod"
networks:
- badgehub_network

networks:
badgehub_network:
name: badgehub_network
external: true

0 comments on commit 5a55846

Please sign in to comment.