update wordpress
This commit is contained in:
@@ -42,6 +42,12 @@
|
|||||||
"label": "Url app host",
|
"label": "Url app host",
|
||||||
"description": "Host port to expose SSH port of Dokku (22 if empty)",
|
"description": "Host port to expose SSH port of Dokku (22 if empty)",
|
||||||
"default": "wordpress.traefik.me"
|
"default": "wordpress.traefik.me"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ROUTER_NAME",
|
||||||
|
"label": "Url app host",
|
||||||
|
"description": "Host port to expose SSH port of Dokku (22 if empty)",
|
||||||
|
"default": "wordpress"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,4 +2,5 @@ MYSQL_DATABASE=wordpress
|
|||||||
MYSQL_ROOT_PASSWORD=wordpress
|
MYSQL_ROOT_PASSWORD=wordpress
|
||||||
MYSQL_USER=wordpress
|
MYSQL_USER=wordpress
|
||||||
MYSQL_PASSWORD=wordpress
|
MYSQL_PASSWORD=wordpress
|
||||||
APP_HOST=wordpress.traefik.me
|
APP_HOST=wordpress.traefik.me
|
||||||
|
ROUTER_NAME=wordpress
|
||||||
@@ -26,8 +26,8 @@ services:
|
|||||||
- traefik_web
|
- traefik_web
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.${APP_HOST}-router.entrypoints=web
|
- traefik.http.routers.${ROUTER_NAME}-router.entrypoints=web
|
||||||
- traefik.http.routers.${APP_HOST}-router.rule=Host(`${APP_HOST}`)
|
- traefik.http.routers.${ROUTER_NAME}-router.rule=Host(`${APP_HOST}`)
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user