Füge Konfigurationsdateien für Semaphore hinzu und aktualisiere PostGIS-Umgebungsvariablen

This commit is contained in:
Dominik
2025-08-11 14:48:14 +02:00
parent ab4c646cc7
commit 05e8212947
3 changed files with 32 additions and 0 deletions

28
semaphore/compose.yml Normal file
View File

@@ -0,0 +1,28 @@
#
#
name: semaphore
services:
semaphore:
container_name: semaphore
ports:
- 3000:3000
image: public.ecr.aws/semaphore/pro/server:v2.15.2
environment:
SEMAPHORE_DB_DIALECT: bolt
SEMAPHORE_ADMIN: admin
SEMAPHORE_ADMIN_PASSWORD: changeme
SEMAPHORE_ADMIN_NAME: Admin
SEMAPHORE_ADMIN_EMAIL: admin@localhost
volumes:
- ./semaphore_data:/var/lib/semaphore
- ./semaphore_config:/etc/semaphore
- ./semaphore_tmp:/tmp/semaphore
networks:
- proxy
networks:
proxy:
external: true