Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasean authored Dec 18, 2023
1 parent 6c57391 commit 6b1b08c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: '3.7'

services:
keycloak:
image: jboss/keycloak
build:
context: .
dockerfile: Dockerfile
environment:
- KEYCLOAK_USER=admin
- KEYCLOAK_PASSWORD=admin
Expand All @@ -12,7 +14,7 @@ services:
- DB_USER=keycloak
- DB_PASSWORD=password
ports:
- "9990:8080"
- 9990:8080
depends_on:
- postgres

Expand All @@ -26,4 +28,4 @@ services:
- postgres_data:/var/lib/postgresql/data

volumes:
postgres_data:
postgres_data:

0 comments on commit 6b1b08c

Please sign in to comment.