Skip to content

Commit

Permalink
added images yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rosewang01 committed Apr 7, 2024
1 parent bdd9760 commit 0a0e5ba
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 0a0e5ba

Please sign in to comment.