Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram van Dartel committed Apr 14, 2024
1 parent c246368 commit c26080c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ HEALTHCHECK --interval=15s --timeout=3s --retries=10 CMD curl -Lsf http://127.0.

WORKDIR /app

ENTRYPOINT [
ENTRYPOINT ["/docker-entrypoint.sh", "/init"]
6 changes: 3 additions & 3 deletions examples/docker-compose.secrets-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
dsmrdb:
# When using Postgres, release 13.x, 14.x, and 15.x are supported only
# due to the limited availability of client packages, especially for arm32v7
image: postgres:15-alpine
image: postgres:16-alpine
container_name: dsmrdb
restart: always
secrets:
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- postgres_user
- postgres_password
- dsmrreader_admin_user
- dsmrreader_admin_password
- dsmrreader_admin_password
volumes:
- /etc/localtime:/etc/localtime:ro
- ./dsmr_backups:/app/backups
Expand Down Expand Up @@ -86,7 +86,7 @@ secrets:
dsmrreader_admin_user:
file: ./secret.txt
dsmrreader_admin_password:
file: ./secret.txt
file: ./secret.txt

volumes:
dsmrdb: null
Expand Down
Empty file.

0 comments on commit c26080c

Please sign in to comment.