99 Commits

Author SHA1 Message Date
Corbin Bartsch
df476f1c61
Add example usage to README 2024-06-18 20:19:12 -04:00
Corbin Bartsch
14a67f676b
Insert newline before fragment or image 2024-06-18 20:16:52 -04:00
Corbin Bartsch
4fc2d8547f
Attempt to fix newline before image templating 2024-06-18 20:16:52 -04:00
Corbin Bartsch
c8a2518b31
Replace tabs with spaces 2024-06-18 20:16:52 -04:00
Simon Caron
23ab24282c
Renamed network variable to docker_network 2024-06-18 20:16:51 -04:00
Simon Caron
effb62c3e6
Add Support for Networks String List 2024-06-18 20:16:51 -04:00
Simon Caron
ec7c196064
Add support for docker-compose networks & container network
Signed-off-by: Simon Caron <simon.caron.8@gmail.com>
2024-06-18 20:16:51 -04:00
Corbin Bartsch
5eca1af323
Add initial fragment support 2024-06-18 20:16:51 -04:00
Corbin Bartsch
e98f0e954e
Linting 2024-06-18 20:14:59 -04:00
Corbin Bartsch
6c4ccbaab1
Add molecule 2024-06-18 20:09:54 -04:00
Corbin Bartsch
1777cb4e80
Remove accidentally committed Vim swap file 2024-06-18 20:09:54 -04:00
Corbin Bartsch
170edc1cd0
Replace tab with spaces 2024-06-18 20:09:54 -04:00
Corbin Bartsch
051847001f
Fix typo 2024-06-18 20:09:54 -04:00
Corbin Bartsch
411f1360e0
Add user support 2024-06-18 20:09:42 -04:00
Alex Kretzschmar
447db552cc
Merge pull request #29 from ironicbadger/version_removal
resolve docker-compose.yml version is obsolete
2024-05-29 14:56:39 -04:00
Alex Kretzschmar
b06b6538c9 resolve docker-compose.yml version is obsolete 2024-05-29 14:56:02 -04:00
Alex Kretzschmar
af55a6feb7
Merge pull request #25 from jasonlearst/fix-healthcheck-start-period
Add if for health check start period
2024-05-27 21:01:24 -04:00
Jason Learst
893f29bd0c remove extra quotes from test 2024-04-22 13:27:06 -04:00
Jason Learst
35ffb6e327 add extra endif 2024-04-21 22:08:23 -04:00
Jason Learst
151a23a570 add if for start_period 2024-04-21 21:52:08 -04:00
IronicBadger
29bfb91727 gpu support 2024-03-17 18:48:20 -07:00
IronicBadger
187bbd262f added gpu stuff 2024-03-17 18:45:25 -07:00
Alex Kretzschmar
379b9d4255
Update main.yml 2024-03-15 20:32:11 -07:00
Alex Kretzschmar
7a6f56ab32
Merge pull request #20 from coredotbin/healthcheck
Add support for healthcheck
2024-03-15 20:14:59 -07:00
Alex Kretzschmar
8a071e0c2a
Update release.yml 2024-03-15 20:11:37 -07:00
Alex Kretzschmar
2f75db00e8
Merge pull request #17 from lmilius/patch-1
Add expose section to docker compose template
2024-03-15 20:09:57 -07:00
Alex Kretzschmar
ec4acd18f9
Merge pull request #24 from mrwacky42/stop-grace-period
Support stop_grace_period
2024-03-14 16:09:29 -07:00
Sharif Nassar
a0a8eafd90 Support stop_grace_period
https://docs.docker.com/compose/compose-file/compose-file-v3/#stop_grace_period
2024-03-11 19:24:33 -07:00
Corbin Bartsch
4642c4a72b
escape test with quotes, make interval and timeout optional 2023-10-28 21:02:50 -04:00
Corbin Bartsch
b8e5485956
Fix stupid typo 2023-10-28 20:45:24 -04:00
Corbin Bartsch
0b12d43240
Add example usage to README 2023-10-28 20:38:48 -04:00
Corbin Bartsch
b8bccf6413
use jinja mapping test 2023-10-28 20:36:43 -04:00
Corbin Bartsch
cf59c5f807
Add healthcheck and dependency conditions 2023-10-28 17:01:51 -04:00
Corbin Bartsch
9846f2f03a
Merge pull request #2 from ironicbadger/master
Merge upstream changes
2023-10-28 08:42:10 -04:00
Luke Milius
735df5e4c7
Add expose section to docker compose template 2023-10-06 17:53:34 -05:00
Alex Kretzschmar
e6f222c44c
Merge pull request #15 from itsamenathan/master
Adding user option to template
2023-07-24 14:42:26 -04:00
Alex Kretzschmar
02e5db10d6
Merge pull request #16 from pastalino/master
fix(template): comment for multiline ansible_managed
2023-07-24 14:41:51 -04:00
Patrick Stangl
f142d40e7b fix(template): comment for multiline ansible_managed 2023-03-22 21:03:55 +01:00
Nathan Warner
d297757876 Removing extra whitespace 2023-03-06 21:29:09 -07:00
Nathan W
b61d15519b
Adding user option to template
Some containers do not support PUID and GUID, in that case it is handy to have an option to pass the user to the container from the compose file
2023-03-06 09:23:00 -07:00
Corbin Bartsch
4708fdd86f
Merge pull request #1 from ironicbadger/master
Merge upstream changes
2022-12-30 15:11:01 -05:00
Alex Kretzschmar
80da5dc175
Merge pull request #14 from coredotbin/command
Accept either string or array as `command` option
2022-12-29 20:13:20 -05:00
Corbin Bartsch
081d3b6e1e
Add array handling for command 2022-09-01 13:18:32 -04:00
Alex Kretzschmar
c5836ad92a
fixed command logic 2022-08-10 10:36:50 -04:00
Alex Kretzschmar
9020e74cb2
Merge pull request #6 from coredotbin/logging
Add support for logging
2022-05-19 09:25:13 -04:00
Alex Kretzschmar
f94e446a97
Merge branch 'master' into logging 2022-05-19 09:25:06 -04:00
Alex Kretzschmar
56c124080c
Merge pull request #7 from SolidRhino/patch-1
Change description for Ansible Galaxy
2022-05-19 09:24:09 -04:00
IronicBadger
a15c0f2145 adds support for external env files 2022-05-18 19:32:29 -04:00
Solid Rhino
0a604f0019
Change description for Ansible Galaxy 2022-05-17 12:21:49 +02:00
IronicBadger
ed6a6064c6 adds memlock to ulimits 2022-05-06 14:02:45 -04:00