Commit Graph

31 Commits

Author SHA1 Message Date
Andreas Kießling
3f2db0344f Disable file check for for files option
This does currently not work with setting an alternate working directory and checks for existence in the main location
2020-03-01 09:20:20 +01:00
Andreas Kiessling
88cda12146 add type hints for tasks 2019-11-03 19:33:11 +01:00
Andreas Kiessling
7887216dc1 add docker-compose stop task 2019-11-03 19:31:45 +01:00
Andreas Kiessling
0d13259ca9 allow robo version 2.0 2019-11-03 19:30:01 +01:00
Travis Tomka
f31449dc2f Merge pull request #5 from dafeder/patch-1
Add project-directory option
2018-06-20 18:34:30 -06:00
Dan Feder
05af20e879 Add project-directory option 2018-05-25 10:43:34 -04:00
Travis Tomka
6bce2a0a58 Add the docker compose build and run commands. 0.0.8 2018-05-06 13:39:35 -06:00
Travis Tomka
14b153d73e Merge branch 'gheydon-master' 2018-05-06 11:48:42 -06:00
Travis Tomka
b36011de1e Merge branch 'master' into master 2018-05-06 11:41:35 -06:00
Travis Tomka
c3fee31737 Add the docker-compose logs command. 0.0.7 2018-04-28 13:14:06 -06:00
Travis Tomka
8ff8ed66bf Add the docker-composer ps command. 2018-04-28 12:33:19 -06:00
Travis Tomka
2800a55776 Add docker compose pull command to the project. 0.0.6 2018-04-14 13:36:15 -06:00
Gordon Heydon
9e35a8ab4d Add an command wrapper to allow easier loading and escaping of the actual commands. 2018-03-08 22:57:27 +11:00
Gordon Heydon
1a94e483fe Create Run Command 2018-03-08 16:41:43 +11:00
Gordon Heydon
abd26b2b0a Fix up issue with setting the volume 2018-03-08 16:02:54 +11:00
Gordon Heydon
18eea076d7 First iteration of the build command 2018-02-27 14:11:25 +11:00
Travis Tomka
0bd195e5a9 Merge branch 'master' of github.com:droath/robo-docker-compose 0.0.5 2018-02-25 18:11:30 -07:00
Travis Tomka
0d799fca6c Add docker-compose exec command. 2018-02-25 18:10:48 -07:00
Travis Tomka
a5c405ec02 Merge pull request #2 from raphaelstolt/improvement-installation-documentation
Improvement installation documentation
2017-10-05 08:59:18 -06:00
Raphael Stolt
c3cc0c2e1f Let Composer figure out the latest version. 2017-10-05 02:52:35 +02:00
Raphael Stolt
65893fc1a9 Emphasise it's dev dependency character. 2017-10-05 02:51:54 +02:00
Travis Tomka
c2242c4b93 Update README with additional supported commands. 0.0.4 2017-03-30 20:04:44 -06:00
Travis Tomka
463daf3a2d Fix comment which was referencing the wrong command. 2017-03-30 20:02:01 -06:00
Travis Tomka
761f956826 Add docker-compose pause command. 2017-03-30 20:01:05 -06:00
Travis Tomka
01740ee9e4 Add docker-compose start command. 2017-03-30 20:00:26 -06:00
Travis Tomka
ce1360c733 Add docker-compose restart command. 2017-03-30 19:58:52 -06:00
Travis Tomka
4697d956fa Move docker services to a reusable trait. 2017-03-30 19:55:06 -06:00
Travis Tomka
e3ace8a3ea Allow executable arguments to be set for all docker-composer commands. 0.0.3 2017-03-15 15:39:52 -06:00
Travis Tomka
90b7786dc9 Relocated the run() method to the task base class instead of having it reflected on each task object. 0.0.2 2017-03-15 13:44:17 -06:00
Travis Tomka
b0c126c271 Allow setting service(s) on the docker-compose up command. 2017-03-15 13:39:45 -06:00
Travis Tomka
75264c6c28 Initial commit. 0.0.1 2017-03-13 12:52:47 -06:00