Changes to automate backups.
This commit is contained in:
@@ -14,7 +14,7 @@ networks:
|
|||||||
external: false
|
external: false
|
||||||
|
|
||||||
services:
|
services:
|
||||||
scheidle-app :
|
scheidle-app:
|
||||||
image: kimai/kimai2:fpm
|
image: kimai/kimai2:fpm
|
||||||
container_name: scheidle
|
container_name: scheidle
|
||||||
hostname: scheidle
|
hostname: scheidle
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
- scheidle:/opt/kimai/public:ro
|
- scheidle:/opt/kimai/public:ro
|
||||||
- ${PWD}/kimai.conf:/etc/nginx/conf.d/default.conf
|
- ${PWD}/kimai.conf:/etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
kimai-scheidle-db:
|
scheidle-db:
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
container_name: scheidle-db
|
container_name: scheidle-db
|
||||||
hostname: scheidle-db
|
hostname: scheidle-db
|
||||||
|
|||||||
Reference in New Issue
Block a user