diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 61d221e..d2330be 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -75,9 +75,9 @@ jobs: COOKIE_KEY: TESTING EMAIL_FROM: jonathan@hostr.co EMAIL_NAME: "Jonathan from Hostr" - DATABASE_URL: postgresql://hostr:hostr@database:5432/hostr - REDIS_URL: redis://redis:6379 - AWS_ENDPOINT: http://minio:9000 + DATABASE_URL: postgresql://hostr:hostr@localhost:5432/hostr + REDIS_URL: redis://localhost:6379 + AWS_ENDPOINT: http://localhost:9000 AWS_ACCESS_KEY_ID: 7HYV3KPRGQ8Z5YCDNWC6 AWS_SECRET_ACCESS_KEY: 0kWP/ZkgIwQzgL9t4SGv9Uc93rO//OdyqMH329b/ AWS_BUCKET: hostr