Gist
This commit is contained in:
parent
39074d0e8e
commit
afea7e09cb
1 changed files with 14 additions and 0 deletions
14
compose/gist.yml
Normal file
14
compose/gist.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
server:
|
||||
image: ghcr.io/thomiceli/opengist:1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6157:6157"
|
||||
- "420:2222"
|
||||
volumes:
|
||||
- ${ROOT_DIR}:/opengist
|
||||
environment:
|
||||
OG_GITEA_NAME: ${OG_GITEA_URL}
|
||||
OG_GITEA_URL: ${OG_GITEA_URL}
|
||||
OG_GITEA_SECRET: ${OG_GITEA_SECRET}
|
||||
OG_GITEA_CLIENT_KEY: ${OG_GITEA_CLIENT_KEY}
|
Loading…
Add table
Reference in a new issue