gitea-sync/docker-compose.yaml
2023-03-09 02:09:52 +01:00

18 lines
286 B
YAML

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"