mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
lala
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
APPNAME=mailu
|
APPNAME=mailu
|
||||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||||
MAILU_VERSION="2024.06"
|
MAILU_VERSION=2024.06
|
2
rancher/.env
Normal file
2
rancher/.env
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
APPNAME=mailu
|
||||||
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
@ -1,7 +1,7 @@
|
|||||||
name: rancher
|
name: rancher
|
||||||
services:
|
services:
|
||||||
rancher:
|
rancher:
|
||||||
restart: unless-stopped
|
restart: ${RESTART:-unless-stopped}
|
||||||
ports:
|
ports:
|
||||||
- 7080:80
|
- 7080:80
|
||||||
- 7443:443
|
- 7443:443
|
||||||
|
Reference in New Issue
Block a user