diff --git a/cron-tasks/crontab.txt b/cron-tasks/crontab.txt deleted file mode 100755 index 1159ff7..0000000 --- a/cron-tasks/crontab.txt +++ /dev/null @@ -1,2 +0,0 @@ -55 13 * * * /root/medicine-config/cron-tasks/backup_database_medicine.sh -50 13 * * * /root/medicine-config/cron-tasks/backup_database_medicine_remd.sh \ No newline at end of file diff --git a/medicine-timetable/docker-compose.yml b/medicine-timetable/docker-compose.yml index 8dbfbdb..4f9c259 100644 --- a/medicine-timetable/docker-compose.yml +++ b/medicine-timetable/docker-compose.yml @@ -16,5 +16,4 @@ services: networks: medicine-network: - external: - name: "medicine-network" + external: true diff --git a/thumbgen/docker-compose.yml b/thumbgen/docker-compose.yml index f3d4cfa..c1f5069 100644 --- a/thumbgen/docker-compose.yml +++ b/thumbgen/docker-compose.yml @@ -19,5 +19,4 @@ services: networks: medicine-network: - external: - name: "medicine-network" + external: true