adds docker image name to docker_image_tag and adds url example

This commit is contained in:
2020-10-16 21:38:39 +02:00
parent 2079fb48cf
commit d80ef0caf2
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ DB_ROOT_PASSWORD=root
DB_USER=user
DB_USER_PASSWORD=user
DOCKER_PREFIX=wp
DOCKER_IMAGE_TAG=dev
DOCKER_IMAGE_TAG=wp-php7.3:dev
MOUNT_USER=username
TRAEFIK_NETWORK_NAME=traefik
WP_ADMIN_PASSWORD=admin
@@ -10,5 +10,5 @@ WP_ADMIN_USERNAME=admin
WP_DEFAULT_PROTOCOL=https
WP_LOCALE=fr_FR
WP_THEME=twentyseventeen
WP_URL=
WP_URL=www.wp.localhost
WP_VERSION=5.4

View File

@@ -29,7 +29,7 @@ services:
- db:/var/lib/mysql
web:
container_name: ${DOCKER_PREFIX}-web
image: wp-php7.3:${DOCKER_IMAGE_TAG}
image: ${DOCKER_IMAGE_TAG}
labels:
- traefik.enable=true
- traefik.http.routers.${DOCKER_PREFIX}-web.entrypoints=https