Skip to content

Commit

Permalink
Merge branch 'devops/main' into mixpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
etweisberg committed Apr 7, 2024
2 parents 8c69edb + 0a0e5ba commit 901efbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose-images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
frontend:
image: ghcr.io/hack4impact-upenn/boilerplate-s2022:client
ports:
- "3000:3000"
backend:
image: ghcr.io/hack4impact-upenn/boilerplate-s2022:server
ports:
- "4000:4000"
env_file: ./server/.env

0 comments on commit 901efbb

Please sign in to comment.