Skip to content
Snippets Groups Projects
Commit b7f8edab authored by fhurtado14's avatar fhurtado14
Browse files

Update docker-compose.yml

parent 0ec92b39
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: container.cs.vt.edu/fhurtado14/corps-directory:latest # Pull the image from your repository
image: container.cs.vt.edu/fhurtado14/corps-directory:latest # Pull the image
ports:
- "3000:3000"
command: npm start # Use npm start to run the app
......@@ -12,7 +12,7 @@ services:
- app-network
mysql:
image: mysql:8
image: mysql:8 # use image from discovery cluster?
environment:
MYSQL_DATABASE: corps_directory_db
MYSQL_USER: corps_directory_dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment