Skip to content

Commit

Permalink
Remove leftover kompose labels. (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland authored Jun 5, 2024
1 parent 52f74c5 commit 770689b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions docker-compose-cass-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ services:
- 7233:7233
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
labels:
kompose.volume.type: configMap
temporal-admin-tools:
container_name: temporal-admin-tools
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-cockroach-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ services:
- 7233:7233
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
labels:
kompose.volume.type: configMap
temporal-admin-tools:
container_name: temporal-admin-tools
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-cockroach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ services:
- 7233:7233
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
labels:
kompose.volume.type: configMap
temporal-admin-tools:
container_name: temporal-admin-tools
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-mysql-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ services:
- 7233:7233
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
labels:
kompose.volume.type: configMap
temporal-admin-tools:
container_name: temporal-admin-tools
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ services:
- 7233:7233
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
labels:
kompose.volume.type: configMap
temporal-admin-tools:
container_name: temporal-admin-tools
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-postgres-opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ services:
- temporal-network
ports:
- 7233:7233
labels:
kompose.volume.type: configMap
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
temporal-admin-tools:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ services:
- 7233:7233
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
labels:
kompose.volume.type: configMap
temporal-admin-tools:
container_name: temporal-admin-tools
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ services:
- temporal-network
ports:
- 7233:7233
labels:
kompose.volume.type: configMap
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
temporal-admin-tools:
Expand Down

0 comments on commit 770689b

Please sign in to comment.