diff --git a/docker-compose.yaml b/docker-compose.yaml index 55f3566..4a9e8df 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -42,13 +42,15 @@ services: environment: DRONE_GITEA_CLIENT_ID: 35709bf7-bc70-4d2e-a70a-d7af05011e8d DRONE_GITEA_CLIENT_SECRET: gto_c6a4qjrriwothfcbavwyofi27djos33wfqeiddbxtxstlgpxchia - DRONE_GITEA_SERVER: http://gitea:3000 + DRONE_GITEA_SERVER: http://gitea.aetoskia.com DRONE_RPC_SECRET: supersecretkey DRONE_SERVER_HOST: drone.aetoskia.com DRONE_SERVER_PROTO: http restart: always depends_on: - gitea + extra_hosts: + - "gitea.aetoskia.com:192.168.1.111" drone-runner: image: drone/drone-runner-docker:1