wrapping ports in quotes

This commit is contained in:
Omar Saleem 2023-02-09 02:25:25 -05:00 committed by Trenton H
parent bc91b830ed
commit 37ddc3b8f7
7 changed files with 7 additions and 7 deletions

View File

@ -59,7 +59,7 @@ services:
- gotenberg - gotenberg
- tika - tika
ports: ports:
- 8000:8000 - "8000:8000"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"] test: ["CMD", "curl", "-f", "http://localhost:8000"]
interval: 30s interval: 30s

View File

@ -53,7 +53,7 @@ services:
- db - db
- broker - broker
ports: ports:
- 8000:8000 - "8000:8000"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"] test: ["CMD", "curl", "-f", "http://localhost:8000"]
interval: 30s interval: 30s

View File

@ -53,7 +53,7 @@ services:
- db - db
- broker - broker
ports: ports:
- 8010:8000 - "8010:8000"
healthcheck: healthcheck:
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
interval: 30s interval: 30s

View File

@ -57,7 +57,7 @@ services:
- gotenberg - gotenberg
- tika - tika
ports: ports:
- 8000:8000 - "8000:8000"
healthcheck: healthcheck:
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
interval: 30s interval: 30s

View File

@ -51,7 +51,7 @@ services:
- db - db
- broker - broker
ports: ports:
- 8000:8000 - "8000:8000"
healthcheck: healthcheck:
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
interval: 30s interval: 30s

View File

@ -46,7 +46,7 @@ services:
- gotenberg - gotenberg
- tika - tika
ports: ports:
- 8000:8000 - "8000:8000"
healthcheck: healthcheck:
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
interval: 30s interval: 30s

View File

@ -37,7 +37,7 @@ services:
depends_on: depends_on:
- broker - broker
ports: ports:
- 8000:8000 - "8000:8000"
healthcheck: healthcheck:
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"] test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
interval: 30s interval: 30s