We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a447ae8 commit d554083Copy full SHA for d554083
apps/2fauth/config.json
@@ -2,10 +2,12 @@
2
"$schema": "../schema.json",
3
"name": "2FAuth",
4
"port": 8235,
5
+ "uid": 1000,
6
+ "gid": 1000,
7
"available": true,
8
"exposable": true,
9
"id": "2fauth",
- "tipi_version": 11,
10
+ "tipi_version": 12,
11
"version": "5.0.3",
12
"categories": [
13
"security"
apps/2fauth/docker-compose.yml
@@ -1,4 +1,3 @@
1
-version: "3.7"
services:
2fauth:
image: 2fauth/2fauth:5.0.3
@@ -7,6 +6,9 @@ services:
- ${APP_DATA_DIR}/data:/2fauth
ports:
- ${APP_PORT}:8000
+ environment:
+ - ASSET_URL=https://${APP_DOMAIN}
+ - APP_URL=https://${APP_DOMAIN}
networks:
- tipi_main_network
14
labels:
0 commit comments