Skip to content

Commit

Permalink
feat: Provide a gui to administrate Postgis (close #195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Nov 10, 2020
1 parent 17c4fa1 commit e75c9a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ DOCKER_HOST_PORT=${DOCKER_HOST: -4}

# Adminer
ADMINER_IMAGE=adminer
ADMINER_TAG=4.7.7-fastcgi
ADMINER_TAG=4.7.7-standalone
ADMINER_PLUGINS=
ADMINER_DESIGN=galkaev
ADMINER_DEFAULT_SERVER=postgis
ADMINER_DESIGN=lucas-sandery
ADMINER_DEFAULT_SERVER=

# Atlas
ATLAS_IMAGE=kalisio/k-atlas
Expand Down
4 changes: 2 additions & 2 deletions deploy/adminer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- "traefik.frontend.rule=Host:adminer.${SUBDOMAIN}"
- "traefik.frontend.auth.basic=${AUTH_USER}:${AUTH_PASSWORD}"
- "traefik.frontend.headers.customResponseHeaders=X-XSS-Protection: 1; mode=block"
- "traefik.port=8081"
- "traefik.port=8080"
replicas: 1
placement:
constraints:
Expand All @@ -29,4 +29,4 @@ services:
networks:
kargo-network:
name: ${DOCKER_NETWORK}
external: true
external: true
10 changes: 10 additions & 0 deletions docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ For each stack, there must be such an entry:

## Services configuration

### Adminer

| Variable | Description | Default value |
| --- | --- | --- |
| `ADMINER_IMAGE` | The image to be used. | `adminer` |
| `ADMINER_TAG` | The version to be used. | `4.7.7-standalone` |
| `ADMINER_PLUGINS` | The plugins to be loaded. The list is available [here](). | `` |
| `ADMINER_DESIGN` | The theme to be used. The list is available [here](). | `lucas-sandery` |
| `ADMINER_DEFAULT_SERVER` | The default server to use. | `` |

### Atlas

| Variable | Description | Default value |
Expand Down

0 comments on commit e75c9a7

Please sign in to comment.