Skip to content

Commit

Permalink
chore: Remove CDC and obsolete version property from docker compose (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad authored Feb 4, 2025
1 parent fe93b20 commit 663734c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions docker-compose-cdc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
dialogporten-service:
build:
Expand All @@ -14,20 +12,3 @@ services:
environment:
- Infrastructure:DialogDbConnectionString=${DB_CONNECTION_STRING}
- ASPNETCORE_ENVIRONMENT=Development

dialogporten-cdc:
build:
context: .
dockerfile: src/Digdir.Domain.Dialogporten.ChangeDataCapture/Dockerfile
restart: always
depends_on:
dialogporten-postgres:
condition: service_healthy
dialogporten-migrations:
condition: service_completed_successfully
environment:
- ASPNETCORE_ENVIRONMENT=Development
- Infrastructure:DialogDbConnectionString=${DB_CONNECTION_STRING}
- ReplicationSlotName=outboxmessage_replication_slot
- PublicationName=outboxmessage_publication
- TableName=OutboxMessage
2 changes: 0 additions & 2 deletions docker-compose-db-redis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
dialogporten-postgres:
image: postgres:16.3
Expand Down

0 comments on commit 663734c

Please sign in to comment.