19 Commits

Author SHA1 Message Date
33ef444052 FIX: Localhost check replaced with IP and now should work 2025-08-28 12:40:36 +02:00
f8328ab96c FIX: Fixed env file 2025-08-28 12:40:36 +02:00
7524f5666c FIX: Dropped env_file from the compose. because it leads to conflicts 2025-08-28 12:40:36 +02:00
e117bd0180 ADD: .env example file 2025-08-28 12:40:04 +02:00
e5adc77c74 FIX: Added blank .env 2025-08-28 12:40:04 +02:00
7b1f93b654 FIX: Fixing broken rebase :D 2025-08-28 12:40:04 +02:00
f234d3846d ADD: Semaphore UI initial commit 2025-08-28 12:40:04 +02:00
ad3f7e1d8f ADD: Semaphore UI initial commit 2025-08-28 12:39:56 +02:00
81c22b7c7a FIX: Changed all .yml to .yaml in orded to have the same way 2025-08-28 12:35:48 +02:00
08f669a770 ADD: Agent compose file 2025-08-27 22:46:08 +02:00
4b81b5abec FIX: Incorrect indentation 2025-08-27 22:29:40 +02:00
e649a0f5de FIX: yaml: line 1: did not find expected key 2025-08-27 22:26:38 +02:00
08c28fc1ef CHANGE: Bind to named mounts 2025-08-27 22:24:55 +02:00
1f192652c4 FIX: Changed mongo version to 4.4.18 because of AVX support 2025-08-27 20:04:33 +02:00
10092050f2 FIX: Typo 2025-08-27 20:00:03 +02:00
15c8e50ca3 CHANGE: Added container names 2025-08-27 19:59:38 +02:00
8381ff9485 FIX: Replaced second compose.env :D 2025-08-27 19:54:49 +02:00
81d68696cf FIX: compose.env was replaced with .env 2025-08-27 19:54:08 +02:00
0e1ef8f63b ADD: Komodo 2025-08-27 19:07:30 +02:00

View File

@@ -0,0 +1,17 @@
services:
semaphore:
ports:
- 3030:3000
image: semaphoreui/semaphore:v2.16.18
environment:
SEMAPHORE_DB_DIALECT: sqlite
SEMAPHORE_ADMIN: ${ADMIN_USER}
SEMAPHORE_ADMIN_PASSWORD: ${ADMIN_PASS}
SEMAPHORE_ADMIN_NAME: ${ADMIN_NAME}
SEMAPHORE_ADMIN_EMAIL: ${ADMIN_EMAIL}
volumes:
- semaphore-data:/var/lib/semaphore
- semaphore-config:/etc/semaphore
volumes:
semaphore-data:
semaphore-config: