Rename product to OrbitWard
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
name: orbitward
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
POSTGRES_USER: orbitalward
|
||||
POSTGRES_PASSWORD: orbitalward
|
||||
POSTGRES_DB: orbitalward
|
||||
POSTGRES_USER: orbitward
|
||||
POSTGRES_PASSWORD: orbitward
|
||||
POSTGRES_DB: orbitward
|
||||
volumes:
|
||||
- postgres-dev-data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U orbitalward -d orbitalward"]
|
||||
test: ["CMD-SHELL", "pg_isready -U orbitward -d orbitward"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user