gitea-sync/docker-compose.yaml

18 lines
286 B
YAML
Raw Normal View History

2023-03-09 01:09:52 +00:00
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"