Skip to content

Commit

Permalink
Change reference to CI config file [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ximes committed Mar 27, 2024
1 parent 71e91cf commit afd9651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
docker_services:
postgres:
image: "postgres:14.7-alpine" # Keep in sync with .circleci/config.yml
image: "postgres:14.7-alpine" # Keep in sync with .github/workflows/ci.yml
version: "14.7"
options: "-e POSTGRES_PASSWORD=dev --publish 5432 -v $DATABASE_ROOT/pipeline/postgres:/var/lib/postgresql/data"
redis:
image: "redis:6.2.6-alpine" # Keep in sync with .circleci/config.yml
image: "redis:6.2.6-alpine" # Keep in sync with .github/workflows/ci.yml
options: "--publish 6379 -v $DATABASE_ROOT/pipeline/redis:/data"
command: "redis-server --appendonly yes"

0 comments on commit afd9651

Please sign in to comment.