services: gitea: environment: USER_GID: "1000" USER_UID: "1000" hostname: gitea image: gitea/gitea:latest network_mode: bridge ports: - target: 3000 published: "3002" protocol: tcp - target: 22 published: "2222" protocol: tcp restart: unless-stopped volumes: - type: bind source: /srv/stacks/gitea/data target: /data networks: default: name: gitea_default x-dockge: urls: - https://git.ada-dev.ru