diff --git a/mailu/.env b/mailu/.env index ffbec51..25a04b3 100644 --- a/mailu/.env +++ b/mailu/.env @@ -1,3 +1,3 @@ APPNAME=mailu DOCKER_REGISTRY=r.sectorq.eu/library/ -MAILU_VERSION="2024.06" \ No newline at end of file +MAILU_VERSION=2024.06 \ No newline at end of file diff --git a/rancher/.env b/rancher/.env new file mode 100644 index 0000000..3dd8a7f --- /dev/null +++ b/rancher/.env @@ -0,0 +1,2 @@ +APPNAME=mailu +DOCKER_REGISTRY=r.sectorq.eu/library/ \ No newline at end of file diff --git a/rancher/docker-compose.yml b/rancher/docker-compose.yml index aec7550..49ad8d7 100644 --- a/rancher/docker-compose.yml +++ b/rancher/docker-compose.yml @@ -1,7 +1,7 @@ name: rancher services: rancher: - restart: unless-stopped + restart: ${RESTART:-unless-stopped} ports: - 7080:80 - 7443:443