Skip to content

fix(docker): update compose config and replace Travis with GitHub Actions - #9

Open
capy-ai[bot] wants to merge 1 commit into
mainfrom
capy/docker-ci-update
Open

fix(docker): update compose config and replace Travis with GitHub Actions#9
capy-ai[bot] wants to merge 1 commit into
mainfrom
capy/docker-ci-update

Conversation

@capy-ai

@capy-ai capy-ai Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

This PR updates Docker Compose to build the local Finch image instead of pulling the upstream Nitter image, bumps Redis from EOL v6 to v7, removes deprecated docker-compose version key, and replaces the broken Travis CI configuration with a basic GitHub Actions workflow for build verification.

Changes

  • docker-compose.yml: Change app service from image: zedeus/nitter:latest to build: . with image: finch:latest, rename container_name from nitter to finch, and update Redis from redis:6-alpine to redis:7-alpine
  • docker-compose.yml: Remove deprecated version: "3" key
  • .travis.yml: Delete broken Travis CI configuration (Python 3.6, Ubuntu Bionic, insecure Chrome download)
  • .github/workflows/ci.yml: Add GitHub Actions workflow to build on push to main and PRs using Nim 2.x, install libsass-dev and pcre, and run nimble build -d:release, nimble scss, nimble md

Open in Capy SCO-1 · 5.4

@capy-ai capy-ai Bot added the capy Generated by capy.ai label Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

capy Generated by capy.ai

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant