initial jobs to bootstrap bastion with docker

This commit is contained in:
allanice001
2025-09-22 21:32:26 +01:00
parent 81e6c14625
commit c50fc1540a
11 changed files with 459 additions and 25 deletions

View File

@@ -15,17 +15,6 @@ services:
# depends_on:
# - postgres
redis:
image: redis:latest
healthcheck:
test: ["CMD-SHELL", "redis-cli ping | grep pong"]
interval: 1s
timeout: 3s
retries: 5
command: "redis-server"
ports:
- "6379:6379"
postgres:
build:
context: postgres