diff --git a/compose.yml b/compose.yml index c537816..bef4766 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: - ${SERVICE_NAME}: + SERVICE_NAME: image: ${DOCKER_IMAGE} container_name: ${CONTAINER_NAME} restart: unless-stopped @@ -13,9 +13,9 @@ services: # Comment out volumes section if it is empty #volumes: - # Comment out environment section if it is empty - # environment: - + environment: + - TZ=${TZ} + healthcheck: test: ['CMD', 'wget', '--quiet', '--tries=1', '--spider', 'http://localhost:${INTERNAL_PORT}/'] interval: 30s @@ -51,4 +51,4 @@ networks: x-dockge: urls: - https://${PROXY_URL} - - https://${LOCAL_URL} + - https://${LOCAL_URL} \ No newline at end of file