mirror of
https://github.com/cupcakearmy/gitea-sync.git
synced 2026-03-17 10:05:26 +00:00
initial commit
This commit is contained in:
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
job:
|
||||
build: .
|
||||
env_file: .env
|
||||
|
||||
server:
|
||||
image: gitea/gitea:1
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3000:3000"
|
||||
Reference in New Issue
Block a user