mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
removed "
This commit is contained in:
parent
60480f2737
commit
e9af389e79
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
# image: glimpse-server:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
@ -19,9 +19,9 @@ services:
|
|||
volumes:
|
||||
- psql-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_PASSWORD: "postgresql"
|
||||
POSTGRES_PASSWORD: postgresql
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready"]
|
||||
test: [CMD-SHELL, pg_isready]
|
||||
interval: 1s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
|
Loading…
Add table
Reference in a new issue