20 Commits

Author SHA1 Message Date
fa1f342c95 FIX: Changed all .yml to .yaml in orded to have the same way 2025-08-28 12:36:51 +02:00
dc94b51647 ADD: Agent compose file 2025-08-28 12:36:51 +02:00
558e494dfd FIX: Incorrect indentation 2025-08-28 12:36:51 +02:00
b47ac029bc FIX: yaml: line 1: did not find expected key 2025-08-28 12:36:51 +02:00
fcbaaab872 CHANGE: Bind to named mounts 2025-08-28 12:36:51 +02:00
1f6ac5d291 FIX: Changed mongo version to 4.4.18 because of AVX support 2025-08-28 12:36:51 +02:00
58f3f59665 FIX: Typo 2025-08-28 12:36:51 +02:00
543272ded8 CHANGE: Added container names 2025-08-28 12:36:51 +02:00
e7ca7182c0 FIX: Replaced second compose.env :D 2025-08-28 12:36:51 +02:00
f49b9fe4c3 FIX: compose.env was replaced with .env 2025-08-28 12:36:51 +02:00
3bc1487b29 ADD: Komodo 2025-08-28 12:36:51 +02:00
2bdbf1a313 FIX: Localhost check replaced with IP and now should work 2025-08-26 19:42:55 +02:00
5af8be33d8 FIX: Fixed env file 2025-08-26 19:30:59 +02:00
3e582e4d0c Merge branch 'test' 2025-08-26 19:26:56 +02:00
668abc799e FIX: Dropped env_file from the compose. because it leads to conflicts 2025-08-25 22:18:24 +02:00
c4106fbfae ADD: .env example file 2025-08-25 22:09:57 +02:00
4cba6a009a FIX: Added blank .env 2025-08-25 22:03:44 +02:00
b5ecc227d0 FIX: Fixing broken rebase :D 2025-08-25 17:55:19 +02:00
40668b67dc ADD: Semaphore UI initial commit 2025-08-25 17:52:41 +02:00
18c973446d ADD: Semaphore UI initial commit 2025-08-25 17:51:00 +02:00

View File

@@ -1,17 +0,0 @@
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: