[docker] Add pgadmin to docker compose Verified e5c87ed github-actions bot added the filigran team label Oct 31, 2024 codecov bot commented Oct 31, 2024 • edited Codecov Report All modified and coverable lines are covered by tests ✅ Project coverage is 32.07%. Comparing base (79...
9 changes: 9 additions & 0 deletions 9 openbas-dev/docker-compose.yml Original file line numberDiff line numberDiff line change @@ -57,3 +57,12 @@ services: ports: - "16686:16686" - "4317:4317" openbas-pgadmin: image: dpage/pgadmin4 container_name: pgadmin restart: always ports:...
and will override all elements specified usingCMD. This allows arguments to be passed to the entry point, i.e.,docker run <image> -dwill pass the-dargument to the entry point. We can override theENTRYPOINTinstruction using thedocker run --entrypointflag. ...
We may recall that when we ran 'git init' earlier, we then ran git add (files) - that was to begin tracking files in our directory. The git add command takes a path name for either a file or a directory; if it's a directory, the command adds all the files in that directory rec...
Motivation The current documentation encourages to install pgAdmin3 on the host system. It's much simpler to add pgAdmin4 to the docker-compose.yml: No configuration needs to be modified, just add...
- "${PGADMIN_PORT:-5050}:80" restart: unless-stopped logging: driver: ${PGADMIN_LOG_DRIVER:-none} volumes: pgadmin: driver: local 4 changes: 2 additions & 2 deletions 4 docker-compose.yml @@ -25,7 +25,7 @@ services: caddy: image: orovium/caddy container_name: caddy container_...
$ docker-compose up -d $ curl http://127.0.0.1:8000/lists/admin/ ``` [1]: https://www.phplist.org/ [2]: https://www.phplist.org/features/20 changes: 20 additions & 0 deletions 20 phplist/data/phplist/config.php Original file line numberDiff line numberDiff line change @@ -...