Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 513cedb

Browse files
[✨ feat](README.md): Add Docker instructions for building and running the application.
1 parent 451507f commit 513cedb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ Uma imagem Docker já está disponível no **Docker Hub**:
7676

7777
```sh
7878
docker pull rodrigobrocchi/resqueue-user:latest
79-
docker run -p 8082:8082 rodrigobrocchi/resqueue-user:latest
79+
docker run -p 8082:8082 \
80+
-e KC_BASE_ISSUER_URL=http://localhost:9000 \
81+
-e EUREKA_URL=http://localhost:8761/eureka \
82+
-e AUTH_BASE_URL=http://localhost:9000 \
83+
-e AUTH_RESQUEUE_CLIENT_SECRET=[!!! SEU CLIENT SECRET DO KEYCLOAK !!!] \
84+
rodrigobrocchi/resqueue-user:latest
8085
```
8186

8287
---

0 commit comments

Comments
 (0)