You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
934 B

  1. description: "Gitea Server"
  2. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  3. ## XXXvlab: docker uses the 'build' directory or the 'image:' option here.
  4. docker-image: docker.0k.io/gitea
  5. docker-compose:
  6. ports:
  7. - "5022:22"
  8. # environment:
  9. # - USER_UID=1000
  10. # - USER_GID=1000
  11. data-resources:
  12. - /data
  13. # default-options:
  14. # config: |
  15. uses:
  16. log-rotate:
  17. constraint: recommended
  18. auto: pair
  19. solves:
  20. disk-leak: "/data"
  21. postgres-database:
  22. #constraint: required | recommended | optional
  23. #auto: pair | summon | none ## default: pair
  24. constraint: optional
  25. auto: pair
  26. solves:
  27. database: "main storage"
  28. web-proxy:
  29. #constraint: required | recommended | optional
  30. #auto: pair | summon | none ## default: pair
  31. constraint: recommended
  32. auto: pair
  33. solves:
  34. proxy: "Public access"
  35. default-options:
  36. target: !var-expand ${MASTER_BASE_SERVICE_NAME}:3000