Files
homelab/docker-compose/opengist/docker-compose.yaml
T
Rodney Osodo 00a9ffdf8e chore: update docker images
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2025-04-12 21:33:05 +00:00

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