mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
00a9ffdf8e
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
20 lines
516 B
YAML
20 lines
516 B
YAML
services:
|
|
opengist:
|
|
container_name: opengist
|
|
image: ghcr.io/thomiceli/opengist:1.10.0
|
|
restart: unless-stopped
|
|
networks:
|
|
- homelab-network
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- 3020:6157 # HTTP port
|
|
# - 2222:2222 # SSH port, can be removed if you don't use SSH
|
|
volumes:
|
|
- ~/docker-volumes/opengist:/opengist
|
|
environment:
|
|
- UID=1000
|
|
- GID=1000
|
|
- OG_EXTERNAL_URL=https://gist.rodneyosodo.com
|
|
- OG_GIT_DEFAULT_BRANCH=main
|