Skip to content

Commit

Permalink
removed keycloak and added portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight committed Feb 11, 2025
1 parent 3ea540e commit 5092173
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions docker/query-connector/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ services:
timeout: 5s
retries: 20

# Keycloak for authentication
keycloak:
image: quay.io/keycloak/keycloak:26.0.2
ports:
- 8080:8080
volumes:
- ./keycloak:/opt/keycloak/data/import
restart: always
command:
- start-dev
- --import-realm

# Next.js app with Flyway
query-connector:
image: ghcr.io/cdcgov/dibbs-query-connector/query-connector:latest
Expand Down Expand Up @@ -54,3 +42,16 @@ services:
condition: service_healthy
keycloak:
condition: service_started

#Portainer
portainer:
image: portainer/portainer-ce
restart: always
ports:
- "9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data

volumes:
portainer_data:

0 comments on commit 5092173

Please sign in to comment.