Skip to content

Commit d29c041

Browse files
committed
removed comments from template
1 parent 32273dd commit d29c041

37 files changed

+21
-206
lines changed

dockerfiles/bibliothek.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
3129
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
3530
db:
3631
image: mongo:6
3732
tmpfs:

dockerfiles/blogapi.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
3129
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
3530
depends_on:
3631
db:
3732
condition: service_healthy

dockerfiles/catwatch.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
31-
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
29+
- "${JACOCO_PORT:-6300}:6300"

dockerfiles/cwa-verification.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
31-
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
29+
- "${JACOCO_PORT:-6300}:6300"

dockerfiles/erc20-rest-service.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
31-
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
29+
- "${JACOCO_PORT:-6300}:6300"

dockerfiles/familie-ba-sak.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
3129
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
3530
db:
3631
image: postgres:13.13
3732
tmpfs:

dockerfiles/features-service.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
31-
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
29+
- "${JACOCO_PORT:-6300}:6300"

dockerfiles/genome-nexus.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
3129
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
3530
db:
3631
image: mongo:3.6.2
3732
tmpfs:

dockerfiles/gestaohospital.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
3129
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
3530
db:
3631
image: mongo:6
3732
tmpfs:

dockerfiles/http-patch-spring.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@ services:
2525
context: ..
2626
environment:
2727
AUTH_PORT: ${AUTH_PORT:-8081}
28-
# TOOL: ${TOOL:-undefined}
29-
# RUN: ${RUN:-0}
3028
ports:
31-
- "${JACOCO_PORT:-6300}:6300"
32-
# volumes:
33-
# default env does not work on volumes
34-
# - ${JACOCODIR}:/jacoco
29+
- "${JACOCO_PORT:-6300}:6300"

0 commit comments

Comments
 (0)