summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-04-18 04:17:59 +0200
committerMax Magorsch <arzano@gentoo.org>2020-04-18 04:17:59 +0200
commitec9a746191f6c10bb137453d41b81fb00bfe19ea (patch)
tree5d775189d380a53f91404cda2cae656b3ed1227b
parentAdd the initial version of the rewritten glsamaker (diff)
downloadglsamaker-ec9a746191f6c10bb137453d41b81fb00bfe19ea.tar.gz
glsamaker-ec9a746191f6c10bb137453d41b81fb00bfe19ea.tar.bz2
glsamaker-ec9a746191f6c10bb137453d41b81fb00bfe19ea.zip
docker-compose.yml: Remove pgadmin
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r--docker-compose.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 4ce6b2b..b092f55 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -45,11 +45,3 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/config.json
command: --label-enable
- pgadmin:
- image: dpage/pgadmin4
- environment:
- PGADMIN_DEFAULT_EMAIL: admin@admin.org
- PGADMIN_DEFAULT_PASSWORD: admin
- ports:
- - "5050:80"
- restart: unless-stopped