Skip to content

Commit

Permalink
use postgres-q3c image in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marxide committed Mar 17, 2021
1 parent e8811f1 commit cc5447b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/create-dev-database/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ version: "3"
services:

database:
build:
context: ./
dockerfile: Dockerfile
# The name for the custom image being built
image: vast-dev-db
image: ghcr.io/marxide/postgres-q3c:latest
container_name: vast-dev-db
ports:
- "127.0.0.1:${DB_PORT}:5432"
Expand Down

0 comments on commit cc5447b

Please sign in to comment.