Adding semaphore
This commit is contained in:
parent
f098439693
commit
93df59b0a7
@ -21,7 +21,7 @@ services:
|
|||||||
- "/etc/localtime:/etc/timezone:ro"
|
- "/etc/localtime:/etc/timezone:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
noah-vscode:
|
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
|
container_name: noah-vscode
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@ -95,6 +95,16 @@ services:
|
|||||||
- nginx_config:/etc/nginx/conf.d:ro
|
- nginx_config:/etc/nginx/conf.d:ro
|
||||||
- /tandoor/statics:/static:ro
|
- /tandoor/statics:/static:ro
|
||||||
- /tandoor/media:/media: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:
|
networks:
|
||||||
immich:
|
immich:
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user