diff --git a/docker-compose.yml b/docker-compose.yml index 2428eb8..ecb9b26 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -49,15 +49,13 @@ services: container_name: kuki_runner restart: always environment: - - GITEA_INSTANCE_URL=http://130.61.139.162:3000 + - GITEA_INSTANCE_URL=http://gitea:3000 - GITEA_RUNNER_REGISTRATION_TOKEN=380DNu6QHhznlgHs4pNh5ICKut0lI3bnEHmwIV8t - extra_hosts: - - "gitea:host-gateway" volumes: - /var/run/docker.sock:/var/run/docker.sock - gitea_runner_data:/data depends_on: - - gitea + - gitea volumes: postgres_data: