fix: change web ui for index service
This commit is contained in:
parent
10386c08c2
commit
4259b1e3d2
2 changed files with 8 additions and 201 deletions
|
|
@ -8,23 +8,21 @@ networks:
|
|||
|
||||
volumes:
|
||||
index_db:
|
||||
adminer_plugins:
|
||||
webdb_ssh:
|
||||
webdb_time_machine:
|
||||
|
||||
services:
|
||||
adminer:
|
||||
image: ghcr.io/shyim/adminerevo:latest
|
||||
webdb:
|
||||
image: webdb/app
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- default
|
||||
- reverse_proxy
|
||||
volumes:
|
||||
- adminer_plugins:/var/www/html/plugins-custom
|
||||
- "webdb_ssh:/root/.ssho"
|
||||
- "webdb_time_machine:/usr/src/app/static/version"
|
||||
environment:
|
||||
ADMINER_DEFAULT_DRIVER: pgsql
|
||||
ADMINER_DEFAULT_SERVER: tasks.db
|
||||
ADMINER_DEFAULT_USER: postgres
|
||||
ADMINER_PLUGINS: tables-filter tinymce edit-calendar edit-foreign enum-option enum-types file-upload slugify struct-comments
|
||||
ADMINER_DESIGN: 'pepa-linha-dark'
|
||||
SCAN_HOSTS: db,tasks.db
|
||||
deploy:
|
||||
rollback_config:
|
||||
failure_action: continue
|
||||
|
|
@ -38,7 +36,7 @@ services:
|
|||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.index.rule=Host(`index.alecodes.page`)
|
||||
- traefik.http.services.index.loadbalancer.server.port=8080
|
||||
- traefik.http.services.index.loadbalancer.server.port=22071
|
||||
|
||||
db:
|
||||
image: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue