mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
initial jobs to bootstrap bastion with docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user