Skip to content

Commit 663734c

Browse files
authored
chore: Remove CDC and obsolete version property from docker compose (#1796)
1 parent fe93b20 commit 663734c

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

docker-compose-cdc.yml

-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.9'
2-
31
services:
42
dialogporten-service:
53
build:
@@ -14,20 +12,3 @@ services:
1412
environment:
1513
- Infrastructure:DialogDbConnectionString=${DB_CONNECTION_STRING}
1614
- ASPNETCORE_ENVIRONMENT=Development
17-
18-
dialogporten-cdc:
19-
build:
20-
context: .
21-
dockerfile: src/Digdir.Domain.Dialogporten.ChangeDataCapture/Dockerfile
22-
restart: always
23-
depends_on:
24-
dialogporten-postgres:
25-
condition: service_healthy
26-
dialogporten-migrations:
27-
condition: service_completed_successfully
28-
environment:
29-
- ASPNETCORE_ENVIRONMENT=Development
30-
- Infrastructure:DialogDbConnectionString=${DB_CONNECTION_STRING}
31-
- ReplicationSlotName=outboxmessage_replication_slot
32-
- PublicationName=outboxmessage_publication
33-
- TableName=OutboxMessage

docker-compose-db-redis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.9'
2-
31
services:
42
dialogporten-postgres:
53
image: postgres:16.3

0 commit comments

Comments
 (0)