Updating
This commit is contained in:
@@ -28,6 +28,25 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
graphql:
|
||||
container_name: graphql
|
||||
image:
|
||||
|
||||
teams:
|
||||
container_name: teams
|
||||
build:
|
||||
context: ./teams
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5520:80"
|
||||
env_file:
|
||||
- ./database/.env
|
||||
restart: on-failure
|
||||
networks:
|
||||
- mlbgameday
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
venues:
|
||||
container_name: venues
|
||||
build:
|
||||
@@ -50,6 +69,7 @@ services:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
- postgres
|
||||
- teams
|
||||
- venues
|
||||
restart: on-failure
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user