Skip to content

Commit

Permalink
Add our fixture image to Lando.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jul 15, 2024
1 parent be8ef7a commit ca826dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@ services:
database:
type: postgres:15
portforward: 5434
figgy_database:
type: compose
app_mount: false
services:
image: "ghcr.io/pulibrary/dpul-collections:figgy-fixtures"
environment:
POSTGRES_PASSWORD: "postgres"
ports:
- "5435:5432"
# This comes from the base image ENTRYPOINT + CMD
command: "docker-entrypoint.sh postgres"

0 comments on commit ca826dc

Please sign in to comment.