16 lines
315 B
YAML
16 lines
315 B
YAML
services:
|
|
issue_bridge:
|
|
build: ./bridge
|
|
environment:
|
|
GITEA_API_BASE: "http://gitea:3000"
|
|
GITEA_TOKEN: "${GITEA_TOKEN}"
|
|
GITEA_OWNER: "Archicratia"
|
|
GITEA_REPO: "archicratie-edition"
|
|
restart: unless-stopped
|
|
networks:
|
|
- internal
|
|
|
|
networks:
|
|
internal:
|
|
external: true
|