starchart/docker-compose-dev-deps.yml

17 lines
343 B
YAML
Raw Normal View History

version: "3"
networks:
gitea:
external: false
services:
2025-01-02 18:17:25 +05:30
forgejo:
image: codeberg.org/forgejo/forgejo:9
environment:
2025-01-02 18:17:25 +05:30
- FORGEJO__security__INSTALL_LOCK=true
- FORGEJO__federation__ENABLED=true
- FORGEJO__server__ROOT_URL=http://localhost
- FORGEJO__server__HTTP_PORT=3000
ports:
2025-01-02 18:17:25 +05:30
- "3000:3000"