Skip to content

Commit

Permalink
remove keycloak from compose file used in production
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 5, 2024
1 parent 5546e91 commit 8808562
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,6 @@ services:
volumes:
- postgres-data:/var/lib/postgresql/data

keycloak:
image: quay.io/keycloak/keycloak:26.0.0
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
KC_DB: postgres
KC_DB_URL_HOST: postgres
KC_DB_USERNAME: root
KC_DB_PASSWORD: root
KC_HOSTNAME: keycloak
command: start --optimized
depends_on:
- postgres
networks:
- app-network

networks:
app-network:
driver: bridge`
Expand Down

0 comments on commit 8808562

Please sign in to comment.