66 Commits

Author SHA1 Message Date
3290f8c2c6
Add missing endif from ports list 2024-06-23 16:16:40 -04:00
Corbin Bartsch
d68d96015e
Allow null values for labels and ports, convert to empty lists 2024-06-18 20:20:22 -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
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
b06b6538c9 resolve docker-compose.yml version is obsolete 2024-05-29 14:56:02 -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
7a6f56ab32
Merge pull request #20 from coredotbin/healthcheck
Add support for healthcheck
2024-03-15 20:14:59 -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
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
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
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
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
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
f94e446a97
Merge branch 'master' into logging 2022-05-19 09:25:06 -04:00
IronicBadger
a15c0f2145 adds support for external env files 2022-05-18 19:32:29 -04:00
IronicBadger
ed6a6064c6 adds memlock to ulimits 2022-05-06 14:02:45 -04:00
IronicBadger
b245c469cd adds tmpfs support 2022-05-04 11:23:25 -04:00
IronicBadger
abad2c4c04 ulimits implementation 2022-05-04 10:06:34 -04:00
IronicBadger
d2a458c427 adds ulimit support 2022-05-04 09:38:59 -04:00
Corbin Bartsch
639a8f3bc9
Fixed indentation 2022-05-04 06:47:36 -04:00
Corbin Bartsch
738ad81999
Add support for logg 2022-04-29 01:07:25 -04:00
Fuzzy
5a4ca5dbbd
Add build var to template 2021-09-17 23:22:11 -04:00
Alex Kretzschmar
67d0d67ba0 tweaks to command output 2021-09-01 15:40:14 -04:00
Alex Kretzschmar
762aa66851
fixed command after for loop removal 2021-08-04 15:53:57 -04:00
Alex Kretzschmar
e90f463b74
fixed command as a loop was not needed 2021-08-04 15:50:52 -04:00
Fuzzy
857af474c4
Add group_add to template 2021-03-30 22:32:23 -04:00
IronicBadger
f367cdaa11 makes schema version a string 2021-02-09 17:13:41 -05:00
IronicBadger
8293dfd1d3 adds support for compose schema versions 2021-02-09 17:12:43 -05:00
IronicBadger
6d770df305 adds sysctl support 2021-02-09 17:06:33 -05:00
IronicBadger
7b70869e09 added missing endif statement 2020-10-01 19:44:28 -04:00
IronicBadger
f09e41d662 added support for devices 2020-10-01 19:42:59 -04:00