```{index} gogs, docker; docker-compose.yml, внешние ссылки ``` # Gogs ```yaml version: '3.8' networks: app-net: services: gogs: restart: unless-stopped image: gogs/gogs volumes: - /mnt/gogs_git/:/data ports: - "65522:65522" - "3000:3000" ``` ```{seealso} Настройка FreeIPA: [https://gogs.io/docs/features/authentication#freeipa](https://gogs.io/docs/features/authentication#freeipa) ```