Skip to content

Commit

Permalink
Removing dependency on specific point reivisions in the docker dev sc…
Browse files Browse the repository at this point in the history
…ripts so we get updated images rather than ancient ones
  • Loading branch information
gregorydlogan committed Jul 10, 2024
1 parent 99709ba commit 7119821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- "discovery.type=single-node" # disables bootstrap checks that are enabled when network.host is set to a non-loopback address
postgresql:
container_name: opencast-postgresql
image: docker.io/library/postgres:13.2
image: docker.io/library/postgres:13
ports:
- 127.0.0.1:5432:5432
environment:
Expand All @@ -25,7 +25,7 @@ services:
POSTGRES_DB: opencast
mariadb:
container_name: opencast-mariadb
image: docker.io/library/mariadb:10.5.9
image: docker.io/library/mariadb:10
ports:
- 127.0.0.1:3306:3306
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- "discovery.type=single-node" # disables bootstrap checks that are enabled when network.host is set to a non-loopback address
mariadb:
container_name: opencast-mariadb
image: docker.io/library/mariadb:10.5.9
image: docker.io/library/mariadb:10
ports:
- 127.0.0.1:3306:3306
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- "discovery.type=single-node" # disables bootstrap checks that are enabled when network.host is set to a non-loopback address
postgresql:
container_name: opencast-postgresql
image: docker.io/library/postgres:13.2
image: docker.io/library/postgres:13
ports:
- 127.0.0.1:5432:5432
environment:
Expand Down

0 comments on commit 7119821

Please sign in to comment.