Skip to content

Commit

Permalink
deploy for ml
Browse files Browse the repository at this point in the history
  • Loading branch information
lochuung committed May 26, 2024
1 parent defcb74 commit 289329d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docker-compose-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,23 @@ services:
SPRING_PROFILES_ACTIVE: prd
MAIL_USERNAME: ${MAIL_USERNAME}
MAIL_PASSWORD: ${MAIL_PASSWORD}
SPRING_SERVER_PORT: '8080'
SPRING_SERVER_PORT: '8000'
ADMIN_EMAIL: ${ADMIN_EMAIL}
ADMIN_PASSWORD: ${ADMIN_PASSWORD}
JWT_SECRET_KEY: ${JWT_SECRET_KEY}
carex-ml:
build:
context: ./ml
dockerfile: Dockerfile
container_name: carex-ml
ports:
- '5050:5050'
expose:
- '5050'
networks:
- carex-mysql-net
depends_on:
- mysqldb
networks:
carex-mysql-net:

Expand Down

0 comments on commit 289329d

Please sign in to comment.