mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Ensure that keycloak is up
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
redis:
|
||||
image: "{{ redis_image }}:{{ redis_version }}"
|
||||
container_name: {{ application_id | get_entity_name }}-redis
|
||||
restart: {{ docker_restart_policy }}
|
||||
restart: {{ DOCKER_RESTART_POLICY }}
|
||||
logging:
|
||||
driver: journald
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user