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: services:
keycloak-notifier: keycloak-notifier:
build: . build: .
container_name: keycloak-notifier container_name: keycloak-notifier
restart: unless-stopped restart: always
environment: environment:
- TIMEZONE=Europe/Berlin - TIMEZONE=Europe/Berlin