Skip to content

Commit

Permalink
self review
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed Jul 18, 2024
1 parent 783e1ce commit d0d1a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Env variables for docker-compose-dev.yaml
EDC_IMAGE=ghcr.io/sovity/edc-dev:pr-996
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:pr-996
EDC_IMAGE=ghcr.io/sovity/edc-dev:latest
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:latest
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:latest
EDC_UI_ACTIVE_PROFILE=sovity-open-source
10 changes: 0 additions & 10 deletions docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ services:
MY_EDC_JDBC_URL: jdbc:postgresql://postgresql:5432/edc
MY_EDC_JDBC_USER: edc
MY_EDC_JDBC_PASSWORD: edc
EDC_SERVER_DB_CONNECTION_POOL_SIZE: 3
EDC_SERVER_DB_CONNECTION_TIMEOUT_IN_MS: 5000

# docker compose local dev environment overrides (don't use with non-dev images)
MY_EDC_PROTOCOL: "http://"
Expand All @@ -45,9 +43,6 @@ services:
EDC_WEB_REST_CORS_ORIGINS: '*'
EDC_AGENT_IDENTITY_KEY: 'client_id' # required for Mock IAM to work

REMOTE_DEBUG: y
REMOTE_DEBUG_BIND: 0.0.0.0:5005

ports:
- '11001:11001'
- '11002:11002'
Expand Down Expand Up @@ -87,8 +82,6 @@ services:
MY_EDC_JDBC_URL: jdbc:postgresql://postgresql2:5432/edc
MY_EDC_JDBC_USER: edc
MY_EDC_JDBC_PASSWORD: edc
EDC_SERVER_DB_CONNECTION_POOL_SIZE: 3
EDC_SERVER_DB_CONNECTION_TIMEOUT_IN_MS: 5000

# docker compose local dev environment overrides (don't use with non-dev images)
MY_EDC_PROTOCOL: "http://"
Expand All @@ -98,9 +91,6 @@ services:
EDC_WEB_REST_CORS_ORIGINS: '*'
EDC_AGENT_IDENTITY_KEY: 'client_id' # required for Mock IAM to work

REMOTE_DEBUG: y
REMOTE_DEBUG_BIND: 0.0.0.0:5005

ports:
- '22001:11001'
- '22002:11002'
Expand Down

0 comments on commit d0d1a87

Please sign in to comment.