Adding semaphore
This commit is contained in:
parent
f098439693
commit
93df59b0a7
@ -21,7 +21,7 @@ services:
|
||||
- "/etc/localtime:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
noah-vscode:
|
||||
image: git.coldlightalchemist.com/bradley/code-server-wpilib-fedora:latest
|
||||
image: git.coldlightalchemist.com/bradley/code-server-wpilib-fedora:2025.1.1
|
||||
container_name: noah-vscode
|
||||
restart: always
|
||||
ports:
|
||||
@ -95,6 +95,16 @@ services:
|
||||
- nginx_config:/etc/nginx/conf.d:ro
|
||||
- /tandoor/statics:/static:ro
|
||||
- /tandoor/media:/media:ro
|
||||
|
||||
semaphore:
|
||||
image: semaphoreui/semaphore:v2.11.2
|
||||
ports:
|
||||
- 8084:3000
|
||||
env_file: .semaphore.env
|
||||
volumes:
|
||||
- /semaphore/data:/var/lib/semaphore
|
||||
- /semaphore/config:/etc/semaphore
|
||||
- /semaphore/tmp:/tmp/semaphore
|
||||
networks:
|
||||
immich:
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user