mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
99dcb2593b
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>
22 lines
475 B
YAML
22 lines
475 B
YAML
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
|