remove adminer

This commit is contained in:
2024-11-21 13:58:20 +01:00
parent 26f4647417
commit 9671e472cc
2 changed files with 9 additions and 9 deletions

View File

@ -59,12 +59,12 @@ services:
- postgres:/var/lib/postgresql/13/main - postgres:/var/lib/postgresql/13/main
restart: always restart: always
adminer: # adminer:
container_name: adminer # container_name: adminer
image: adminer:latest # image: adminer:latest
restart: always # restart: always
networks: # networks:
- transcendence # - transcendence
volumes: volumes:
postgres: postgres:

View File

@ -49,8 +49,8 @@ http {
proxy_read_timeout 86400; proxy_read_timeout 86400;
} }
location /admin { # location /admin {
proxy_pass http://adminer:8080; # proxy_pass http://adminer:8080;
} # }
} }
} }