fix(apps): remove unused ports (#2160)
This commit is contained in:
parent
02ab1a4cf1
commit
5f3790da6d
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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).
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user