EasyAppts user.
This commit is contained in:
+3
-1
@@ -1328,6 +1328,8 @@ services:
|
|||||||
MAIL_FROM_ADDRESS: noreply@${MY_TLD}
|
MAIL_FROM_ADDRESS: noreply@${MY_TLD}
|
||||||
MAIL_FROM_NAME: 'Trez'
|
MAIL_FROM_NAME: 'Trez'
|
||||||
MAIL_REPLY_TO_ADDRESS: it-services@${MY_TLD}
|
MAIL_REPLY_TO_ADDRESS: it-services@${MY_TLD}
|
||||||
|
PUID: ${PUID}
|
||||||
|
PGID: ${PGID}
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Professional Services
|
homepage.group: Professional Services
|
||||||
homepage.name: "Easy!Appointments"
|
homepage.name: "Easy!Appointments"
|
||||||
@@ -1344,7 +1346,7 @@ services:
|
|||||||
- 8362:80
|
- 8362:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- easyappointments:/var/www/html
|
- ${DOCKER_VOLUME_CONFIG}/easyappointments:/var/www/html
|
||||||
excalidraw:
|
excalidraw:
|
||||||
container_name: excalidraw
|
container_name: excalidraw
|
||||||
image: 'excalidraw/excalidraw:latest'
|
image: 'excalidraw/excalidraw:latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user