fix(apps): remove unused ports (#2160)

This commit is contained in:
Stavros 2024-01-18 21:17:30 +02:00 committed by GitHub
parent 02ab1a4cf1
commit 5f3790da6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 4 additions and 5 deletions

View File

@ -5,8 +5,9 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "authentik", "id": "authentik",
"tipi_version": 5, "tipi_version": 6,
"version": "2023.10.6", "version": "2023.10.6",
"https": true,
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -17,7 +17,6 @@ services:
- ${APP_DATA_DIR}/data/authentik-media:/media - ${APP_DATA_DIR}/data/authentik-media:/media
- ${APP_DATA_DIR}/data/authentik-custom-templates:/templates - ${APP_DATA_DIR}/data/authentik-custom-templates:/templates
ports: ports:
- "8769:9000"
- "${APP_PORT}:9443" - "${APP_PORT}:9443"
depends_on: depends_on:
- authentik-db - authentik-db

View File

@ -2,7 +2,7 @@
*Initial Install May take a bit to start up!* *Initial Install May take a bit to start up!*
To start the initial setup, navigate to http://<your server's IP or hostname>:9000/if/flow/initial-setup/. To start the initial setup, navigate to https://<your server's IP or hostname>:8770/if/flow/initial-setup/.
There you are prompted to set a password for the akadmin user (the default user). There you are prompted to set a password for the akadmin user (the default user).

View File

@ -6,7 +6,7 @@
"exposable": true, "exposable": true,
"https": true, "https": true,
"id": "portainer", "id": "portainer",
"tipi_version": 17, "tipi_version": 18,
"version": "2.19.4-alpine", "version": "2.19.4-alpine",
"categories": [ "categories": [
"utilities" "utilities"

View File

@ -7,7 +7,6 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:9443 - ${APP_PORT}:9443
- 9000:9000
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- "${APP_DATA_DIR}/data:/data" - "${APP_DATA_DIR}/data:/data"