File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# documentation: https://easyappointments.org/
2
- # slogan: SCHEDULE ANYTHING. - Let's start with easy! Get the best free online appointment scheduler on your server, today.
2
+ # slogan: Schedule Anything. Let's start with easy! Get the best free online appointment scheduler on your server, today.
3
3
# tags: calendar, scheduling, database
4
4
# logo: svgs/easyappointments.png
5
5
# port: 80
6
6
7
7
services :
8
8
easyappointments :
9
9
image : alextselegidis/easyappointments:latest
10
- restart : unless-stopped
11
10
environment :
12
11
- SERVICE_FQDN_EASYAPPOINTMENTS_80
13
12
- BASE_URL=${SERVICE_FQDN_EASYAPPOINTMENTS}
@@ -23,10 +22,9 @@ services:
23
22
timeout : 10s
24
23
retries : 30
25
24
mysql :
26
- image : ' mysql:8.0'
27
- restart : unless-stopped
25
+ image : mysql:8
28
26
volumes :
29
- - ' ./docker/ mysql:/var/lib/mysql'
27
+ - easyappointments- mysql-data :/var/lib/mysql
30
28
environment :
31
29
- MYSQL_ROOT_PASSWORD=${SERVICE_PASSWORD_EASYAPPOINTMENTS}
32
30
- MYSQL_DATABASE=easyappointments
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments