mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
feat(docker): add obsidian
Continuous Integration / pre-commit (push) Has been cancelled
Continuous Integration / docker-compose (push) Has been cancelled
Continuous Integration / terraform (bohr) (push) Has been cancelled
Continuous Integration / terraform (galana) (push) Has been cancelled
Continuous Integration / terraform (tana) (push) Has been cancelled
Continuous Integration / terraform (turkwel) (push) Has been cancelled
Continuous Integration / terraform (yala) (push) Has been cancelled
Continuous Integration / ansible (push) Has been cancelled
Continuous Integration / pre-commit (push) Has been cancelled
Continuous Integration / docker-compose (push) Has been cancelled
Continuous Integration / terraform (bohr) (push) Has been cancelled
Continuous Integration / terraform (galana) (push) Has been cancelled
Continuous Integration / terraform (tana) (push) Has been cancelled
Continuous Integration / terraform (turkwel) (push) Has been cancelled
Continuous Integration / terraform (yala) (push) Has been cancelled
Continuous Integration / ansible (push) Has been cancelled
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -97,3 +97,6 @@ include:
|
|||||||
- path: ./it-tools/docker-compose.yaml
|
- path: ./it-tools/docker-compose.yaml
|
||||||
project_directory: ..
|
project_directory: ..
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
- path: ./obsidian/docker-compose.yaml
|
||||||
|
project_directory: ..
|
||||||
|
env_file: .env
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
services:
|
||||||
|
obsidian:
|
||||||
|
container_name: obsidian
|
||||||
|
image: lscr.io/linuxserver/obsidian:1.12.7
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- homelab-network
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
shm_size: 1gb
|
||||||
|
volumes:
|
||||||
|
- ~/docker-volumes/obsidian/config:/config
|
||||||
|
ports:
|
||||||
|
- 5080:5080
|
||||||
|
- 5081:5081
|
||||||
|
environment:
|
||||||
|
- TZ=Africa/Nairobi
|
||||||
|
- PGID=1000
|
||||||
|
- PUID=1000
|
||||||
|
- CUSTOM_PORT=5080
|
||||||
|
- CUSTOM_HTTPS_PORT=5081
|
||||||
Reference in New Issue
Block a user