Skip to content

Commit

Permalink
Adds documentation on image tag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Nov 3, 2023
1 parent ed0d1e0 commit 8910491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
- db
environment:
OV_DB_HOST: db
# OV_DB_PASSWORD:
env_file:
- .env
db:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ services:
build:
context: .
target: base
image: ghcr.io/wgbh-mla/ov-wag:pr-76
# Use the `image` property to run a prebuilt image from GHCR instead of building locally. Requires disabling the `build` section above.
# image: ghcr.io/wgbh-mla/ov-wag:main
volumes:
- ./:/app/
entrypoint: /app/docker_entrypoints/dev.sh
Expand Down

0 comments on commit 8910491

Please sign in to comment.