We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8d493 commit 8bd5c90Copy full SHA for 8bd5c90
docker/docker-compose.yml
@@ -43,10 +43,13 @@ services:
43
- BASE_IMAGE_OS=almalinux
44
- BASE_IMAGE_TAG=9
45
container_name: pgduck-server
46
+ environment:
47
+ AWS_SHARED_CREDENTIALS_FILE: /home/postgres/.aws/credentials
48
+ AWS_CONFIG_FILE: /home/postgres/.aws/config
49
volumes:
50
- ./scripts/entrypoint-pgduck-server.sh:/entrypoint-pgduck-server.sh
51
- ./scripts/init-pgduck-server.sql:/init-pgduck-server.sql
- - ${USERPROFILE}${HOME}/.aws:/root/.aws:ro
52
+ - ${USERPROFILE}${HOME}/.aws:/home/postgres/.aws:ro
53
- pgduck-unix-socket-volume:/home/postgres/pgduck_socket_dir
54
- pg-18-tmp-dir-volume:/home/postgres/pgsql-18/data/base/pgsql_tmp
55
- pg-17-tmp-dir-volume:/home/postgres/pgsql-17/data/base/pgsql_tmp
0 commit comments