mirror of
https://github.com/cupcakearmy/gitea-sync.git
synced 2024-12-22 08:06:25 +00:00
readme
This commit is contained in:
parent
9abca53ab3
commit
a58e59c43b
10
README.md
10
README.md
@ -4,8 +4,16 @@ Simple docker image that syncs your Github repos to a given Gitea server. It tak
|
|||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```yaml
|
Create a `docker-compose.yaml` and `.env` (see `.env.sample`). Create and insert tokens and you are ready to go.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
sync:
|
||||||
|
image: cupcakearmy/gitea-sync
|
||||||
|
restart: unless-stopped
|
||||||
|
env_file: .env
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
|
# FOR DEVELOPMENT ONLY
|
||||||
|
# See README.md for an example
|
||||||
|
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
job:
|
job:
|
||||||
|
image: cupcakearmy/gitea-sync
|
||||||
build: .
|
build: .
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user