Commit Graph

110 Commits

Author SHA1 Message Date
Elliot Matson
c4a9ff350c
Update docker.yml 2022-08-01 07:44:56 -05:00
Elliot Matson
921a712510 Clean up logic 2022-07-31 15:03:12 -05:00
Elliot Matson
253da228f7 Check if servers.json exists before creating 2022-07-31 15:00:39 -05:00
Elliot Matson
b59b16ceb2
Update docker-compose.yml 2022-07-31 14:28:39 -05:00
Elliot Matson
ac8bb66c37
Move Server env file 2022-07-31 14:27:55 -05:00
Elliot Matson
25147ebe23
Merge pull request #17 from greigdp/main
Fix pgadmin4 by avoiding volume overriding default directory
2022-07-31 13:56:24 -05:00
greigdp
9730ec7ede Fix pgadmin4 by avoiding volume overriding default directory
In fd1d660dda a volume is set to override /pgadmin4, which is where the pgadmin code lies, so it cannot start.
This change moves the server JSON to another path, so pgadmin4 can start again.
2022-07-31 19:34:14 +01:00
Elliot Matson
33aa7c7306
Update docker.yml 2022-07-30 13:54:31 -05:00
Elliot Matson
523dc9997a
Update docker.yml 2022-07-30 13:50:56 -05:00
Elliot Matson
1f8f9b81f3
Update README.md 2022-07-30 13:50:08 -05:00
Elliot Matson
c82a25d526
Update README.md 2022-07-30 13:48:11 -05:00
Elliot Matson
36c9badae4
Update README.md 2022-07-30 13:43:24 -05:00
Elliot Matson
dd6bc8927c
Update README.md 2022-07-30 13:42:07 -05:00
Elliot Matson
4ba2140b7b
add clarifying comments 2022-07-30 07:48:07 -05:00
Elliot Matson
6f17429af2
Merge pull request #16 from elliotmatson/add-license-1
Create LICENSE.md
2022-07-30 01:10:34 -05:00
Elliot Matson
c6afe3cd2c
Create LICENSE.md 2022-07-30 01:10:20 -05:00
Elliot Matson
0781e0bca7
Create FUNDING.yml 2022-07-30 00:46:42 -05:00
Elliot Matson
12ff809297
Merge pull request #11 from elliotmatson/dependabot/github_actions/docker/build-push-action-3.1.0
Bump docker/build-push-action from 2.5.0 to 3.1.0
2022-07-30 00:33:40 -05:00
Elliot Matson
7c7a5199fe
Merge pull request #12 from elliotmatson/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1.10.0 to 2
2022-07-30 00:33:15 -05:00
Elliot Matson
bca4b1dae6
Merge pull request #13 from elliotmatson/dependabot/github_actions/docker/metadata-action-4.0.1
Bump docker/metadata-action from 3.3.0 to 4.0.1
2022-07-30 00:33:00 -05:00
Elliot Matson
e7935e5725
Update docker.yml 2022-07-30 00:28:35 -05:00
Elliot Matson
a2e8a62acb
Update docker.yml 2022-07-30 00:26:49 -05:00
dependabot[bot]
7de81f31a4
Bump docker/metadata-action from 3.3.0 to 4.0.1
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.3.0 to 4.0.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](98669ae865...69f6fc9d46)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-30 05:14:24 +00:00
dependabot[bot]
daa9a11a7b
Bump docker/login-action from 1.10.0 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](f054a8b539...49ed152c8e)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-30 05:14:20 +00:00
dependabot[bot]
60bd177dcd
Bump docker/build-push-action from 2.5.0 to 3.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 3.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](ad44023a93...1cb9d22b93)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-30 05:14:17 +00:00
Elliot Matson
4f488cf430
Merge pull request #10 from elliotmatson/dev
Merge new features into main
2022-07-30 00:13:57 -05:00
Elliot Matson
26600ee69a update compose 2022-07-30 00:00:03 -05:00
Elliot Matson
c75fc233fe 3rd time's the charm 2022-07-29 23:56:28 -05:00
Elliot Matson
7d44729c6e fix linting (again) 2022-07-29 23:51:28 -05:00
Elliot Matson
a9bd241663 Fix linting 2022-07-29 23:47:06 -05:00
Elliot Matson
52802f754b fix healthcheck 2022-07-29 23:31:17 -05:00
Elliot Matson
e61a1e5345 remove restart from config container 2022-07-29 23:13:15 -05:00
Elliot Matson
fd1d660dda fix docker compose 2022-07-29 23:02:17 -05:00
Elliot Matson
346976c19d test again 2022-07-29 22:58:43 -05:00
Elliot Matson
985bed2612 test again 2022-07-29 22:53:34 -05:00
Elliot Matson
ef490eae1b test actions 2022-07-29 22:51:38 -05:00
Elliot Matson
fcc97a6c1a new structure 2022-07-29 22:48:39 -05:00
Elliot Matson
6f6e9012e4 Add pgadmin config generator container 2022-07-29 22:13:47 -05:00
Elliot Matson
01e8633f12 add checks to action 2022-07-29 19:22:52 -05:00
Elliot Matson
ba0c476813 fix action again 2022-07-29 19:11:20 -05:00
Elliot Matson
ec6c6b1e4f fix action 2022-07-29 19:10:12 -05:00
Elliot Matson
0293cf6377 update action 2022-07-29 19:08:44 -05:00
Elliot Matson
77b058f671 test actions 2022-07-29 19:07:03 -05:00
Elliot Matson
2f0e7c4867 test action 2022-07-29 18:39:56 -05:00
Elliot Matson
83f2f61f06 test curl 2022-07-29 18:16:29 -05:00
Elliot Matson
0e1142c6e8 test curl 2022-07-29 18:14:58 -05:00
Elliot Matson
d9a9d75f50 test curl 2022-07-29 18:07:37 -05:00
Elliot Matson
c45aca589b update action 2022-07-29 17:55:41 -05:00
Elliot Matson
a4115667aa update action 2022-07-29 17:50:55 -05:00
Elliot Matson
ef263f475f update action 2022-07-29 17:47:11 -05:00