You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ALPINE_VERSION`determines Postgres version compatibility. See [`build-and-push-images.yml`](.github/workflows/build-and-push-images.yml) for the latest mapping.
51
51
```sh
52
-
cd postgres-backup-s3
53
52
docker build --build-arg ALPINE_VERSION=3.14
54
53
```
54
+
## Run a simple test environment with Docker Compose
55
+
```sh
56
+
cp template.env .env
57
+
# fill out your secrets/params in .env
58
+
docker compose up -d
59
+
```
55
60
56
61
# Acknowledgements
57
62
This project is a fork and re-structuring of @schickling's [postgres-backup-s3](https://github.com/schickling/dockerfiles/tree/master/postgres-backup-s3) and [postgres-restore-s3](https://github.com/schickling/dockerfiles/tree/master/postgres-restore-s3).
0 commit comments