Commit graph

67 commits

Author SHA1 Message Date
1a31d9790e replace user as root 2024-03-18 13:41:09 +01:00
k----n
e1dfdc65f2
Fetch networks instead of volumes (#59) 2022-01-18 15:08:25 +01:00
Julien BIANCHI
3ff9b0ccff
feat: Add GraphViz renderer (#53)
This will allow users to use the `dot` executable to produce any
supported output. For example, as requested in #52, one can now output a
SVG file. Here is an example:

```bash
bin/dcv render -m graphviz -o output.svg --graphviz-output-format svg
```

Closes #52
2020-08-19 19:40:57 +02:00
markiewb
60b3599c63
Update readme.md with troubleshooting of #41 (#51)
It has been proposed by others to include it in the readme.md
2020-07-29 21:39:24 +02:00
jubianchi
d1ef03be39
chore: Update copyright year 2020-07-23 23:11:19 +02:00
jubianchi
edaad5164c
chore: Fix workflow name 2020-07-23 22:45:01 +02:00
Julien BIANCHI
8cbae63adf
docs: Add a PowerShell example (#50)
thanks @PramodKumarYadav for the hint

Closes #44
2020-07-23 22:42:16 +02:00
Julien BIANCHI
03ab873e22
fix: Volume labels are correct (#49)
Closes #45
2020-07-23 22:35:06 +02:00
Julien BIANCHI
e1ad47ee9e
chore: Add github workflows (#48) 2020-07-23 22:26:42 +02:00
Grégory PLANCHAT
ead07e8fa9
Fixed the case where a service has no external file to import (#47) 2020-07-23 21:38:18 +02:00
Julien BIANCHI
bf8d4b200f
chore: Update PHP version (#46)
Closes #38
2020-07-23 21:10:34 +02:00
Julien BIANCHI
6ab4ce942b
fix: YAML parser error are more detailed (#34)
Closes #33
2020-07-23 20:55:49 +02:00
Julien BIANCHI
c025ca9266
Merge pull request #40 from karlwilbur/volumes-long-syntax
Support "Long Syntax" for volumes.
2020-05-27 22:42:54 +02:00
Karl Wilbur
1b9e7782e0 Support "Long Syntax" for volumes. 2018-04-12 14:09:27 -04:00
Julien BIANCHI
78c83037ee
Merge pull request #31 from pmsipilot/ip-port-mapping
fix: Support IP address in port mappings
2018-03-06 09:21:39 +01:00
jubianchi
a72bc1e45f
fix: Support IP address in port mappings
Closes #30
2018-01-30 22:36:59 +01:00
Julien BIANCHI
aa9cff3705
Merge pull request #29 from pmsipilot/update-deps
chore: Update dependencies
2018-01-20 11:10:31 +01:00
jubianchi
f6f67be46c
chore: Update dependencies 2018-01-20 10:49:09 +01:00
jubianchi
27758c0f0a
chore: Fix deploy script 2018-01-20 10:28:12 +01:00
jubianchi
96ee45edc9
feat: Add a logger and enable and options
Closes #26
2018-01-20 10:18:40 +01:00
jubianchi
deac235afe
feat: Add the and options to avoid rendering networks and ports
Closes #24
2018-01-20 09:50:37 +01:00
jubianchi
2a744599c0
feat: Add the option to set the graph's background color
Closes #25
2018-01-20 09:35:30 +01:00
jubianchi
29e2e60ef8
chore: Clean 2018-01-20 09:19:49 +01:00
jubianchi
fb1d7655f1
fix: Versions correctly merged and checked
Closes #28
2018-01-20 09:16:06 +01:00
Julien BIANCHI
add1fa32c0
Merge pull request #23 from pmsipilot/conditions-depends-on
Conditions depends on
2017-11-17 00:57:12 +01:00
jubianchi
9a87507a83
chore: Update changelog 2017-11-17 00:38:43 +01:00
jubianchi
1eb3843a45
feat: Display depends_on conditions
See #22
2017-11-17 00:36:54 +01:00
jubianchi
155f0e1fad
fix: Handle conditions in depends_on
Closes #22
2017-11-17 00:15:11 +01:00
Julien BIANCHI
acc508b1d8 Merge pull request #21 from pmsipilot/fix-entrypoint
fix: Entrypoint works with the lastest base image
2017-08-13 19:16:22 +02:00
jubianchi
ec09768b7e
fix: Entrypoint works with the lastest base image
Closes #20
2017-08-13 18:59:24 +02:00
Julien BIANCHI
66399cf913 Merge pull request #17 from pmsipilot/docker-compose-override
Automatically load override file if it exists
2017-07-12 16:16:58 +02:00
Julien BIANCHI
cb072b3711 Merge pull request #19 from artospaj/feature/entry-script
Bash-scripting-enabling entry script.
2017-07-12 16:16:04 +02:00
Artur Wolny
e90b9c6c96 added entry script 2017-06-30 09:40:14 +02:00
jubianchi
40d4feb59f
Automatically load override file if it exists
or ignore it using `--ignore-override`

Closes #16
2017-06-14 22:49:47 +02:00
Julien BIANCHI
0f197f1251 Merge pull request #15 from pmsipilot/fix-deploy
chore: Deploy only on PHP 7.1
2017-06-01 19:57:27 +02:00
jubianchi
4461c49a26
chore: Deploy only on PHP 7.1 2017-06-01 19:53:39 +02:00
jubianchi
b2c3b1cf5c
chore: Update docker base image 2017-06-01 19:48:00 +02:00
jubianchi
b5a1ae5bcf
chore: Fix travis config 2017-06-01 19:42:46 +02:00
Julien BIANCHI
fc8671ddc2 Merge pull request #13 from pmsipilot/add-php-71
chore: Add PHP 7.1 to CI
2017-06-01 19:40:37 +02:00
jubianchi
58b980fae0
chore: Add PHP 7.1 to CI 2017-06-01 19:35:00 +02:00
Julien BIANCHI
01c9ac26c6 Merge pull request #14 from pmsipilot/deploy-docker
chore: Automatically deploy the docker image
2017-06-01 19:31:16 +02:00
jubianchi
384f1cd884
chore: Automatically deploy the docker image
Closes #5
2017-06-01 19:23:22 +02:00
jubianchi
6ebd8a1e85
fix: Be more clear about docker usage
Thanks @bperel

Closes #11
2017-06-01 18:27:42 +02:00
Julien BIANCHI
20bbd8babe Merge pull request #12 from pmsipilot/analysis-8naKJO
Apply fixes from StyleCI
2017-05-30 22:50:45 +02:00
Julien BIANCHI
e12278ed65 Apply fixes from StyleCI 2017-05-30 20:47:20 +00:00
jubianchi
3e0cab2547
Avoid duplicating edges when there is multiple extended services 2017-01-05 13:02:49 +01:00
jubianchi
2cbdce51c6
Add execution permission
Closes #10
2016-08-09 16:41:17 +02:00
Julien BIANCHI
3ad5f64206 Fix travis badge 2016-08-09 16:14:58 +02:00
Julien BIANCHI
4616644ec8 Typos 2016-08-06 14:53:00 +02:00
Julien BIANCHI
7ecebeb8be Fix networks image in the readme 2016-08-06 14:52:20 +02:00