Updated demo compose file

This commit is contained in:
2024-06-09 08:52:09 +02:00
parent 420a779424
commit 1c904dc0b8
2 changed files with 9 additions and 9 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
.env .env
log/** log/**
docker-compose.yml
compose.yml

View File

@@ -1,9 +1,7 @@
version: '3.2' services:
keycloak-notifier:
services: build: .
keycloak-notifier: container_name: keycloak-notifier
build: . restart: always
container_name: keycloak-notifier environment:
restart: unless-stopped - TIMEZONE=Europe/Berlin
environment:
- TIMEZONE=Europe/Berlin