Actualizar docker-compose.yml
This commit is contained in:
parent
c737258aed
commit
b4e5a04126
1 changed files with 1 additions and 4 deletions
|
@ -3,13 +3,10 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: ./apps/api/Dockerfile
|
||||
args:
|
||||
NODE_ENV: production
|
||||
DATABASE_URL: mysql://root:yRi85wAY64vb8o9Y@db-mariadb-1:3306/unreal_chat
|
||||
container_name: unreal-chat-api
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DATABASE_URL=mysql://root:yRi85wAY64vb8o9Y@db-mariadb-1:3306/unreal_chat
|
||||
- DATABASE_URL=${DATABASE_URL}
|
||||
- JWT_SECRET=your-secret-key
|
||||
- PORT=4000
|
||||
ports:
|
||||
|
|
Loading…
Add table
Reference in a new issue