Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaei2000 authored Nov 21, 2024
1 parent 8c8333d commit 1cf73f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ services:
image: mdenet-educationplatform:latest
ports:
- "8080:80"
environment:
- TOKEN_SERVER_URL
build:
context: educationplatform
dockerfile: ./platform/Dockerfile

args:
- TOKEN_SERVER_URL=$TOKEN_SERVER_URL
volumes:
- ./config/list-redirect.conf:/etc/nginx/conf.d/default.conf
- ./public/list.html:/usr/share/nginx/html/list.html
Expand Down Expand Up @@ -98,6 +101,6 @@ services:
ports:
- 3000:3000
build:
context: discovery-service
dockerfile: Dockerfile
context: educationplatform
dockerfile: ./discovery-service/Dockerfile
restart: unless-stopped

0 comments on commit 1cf73f7

Please sign in to comment.