Run docker-compose with help from Nix/NixOS
Go to file
Robert Hensing 7e98b7af10
Merge pull request #189 from KeepTruckin/issue-188/volumes-support
Add support for volumes to mount host paths
2023-04-22 18:40:52 +02:00
docs docs/options: Add page title 2023-01-13 18:18:54 +01:00
examples Duplicate the examples once more, because antora is broken 2022-12-16 02:44:50 +01:00
nix Use flake-parts 2022-12-02 10:25:01 +00:00
src Try with lib.types.unspecified 2023-03-02 13:41:53 -06:00
tests Resolve warnings and enable in-VM sandbox 2023-02-16 23:04:20 +01:00
.envrc .envrc: Preserve XDG_DATA_DIRS for bash completions 2021-06-03 08:14:47 +02:00
.gitignore Add scripts for hacking 2019-06-23 21:33:23 +02:00
antora-playbook.yml Update antora-playbook.yml 2019-10-25 00:13:41 +02:00
arion-compose.cabal Bump to v0.2.0.0 2022-12-02 13:19:56 +00:00
bors.toml Add bors 2019-09-18 19:32:24 +02:00
build Add scripts for hacking 2019-06-23 21:33:23 +02:00
cabal.project Add scripts for hacking 2019-06-23 21:33:23 +02:00
CHANGELOG.md Bump to v0.2.0.0 2022-12-02 13:19:56 +00:00
default.nix Use flake-parts 2022-12-02 10:25:01 +00:00
flake.lock Pin haskell-flake at 0.1.0 2023-02-16 23:28:30 +01:00
flake.nix Pin haskell-flake at 0.1.0 2023-02-16 23:28:30 +01:00
HACKING.md Add run-arion-quick + HACKING.md 2019-10-03 17:56:06 +02:00
LICENSE LICENSE: fill in 2019-09-09 19:12:54 +02:00
live-unit-tests Fix live-* script cabal file references 2019-09-28 14:53:46 +02:00
nixos-module.nix nixos-module: compatibilty with 22.11 and >=23 2023-02-25 22:43:36 +01:00
README.asciidoc Update README.asciidoc 2019-10-25 13:29:11 +02:00
repl Add scripts for hacking 2019-06-23 21:33:23 +02:00
run-arion Add scripts for hacking 2019-06-23 21:33:23 +02:00
run-arion-quick Add run-arion-quick + HACKING.md 2019-10-03 17:56:06 +02:00
run-arion-via-nix Add scripts for hacking 2019-06-23 21:33:23 +02:00
Setup.hs Add Haskell package 2019-06-14 16:10:37 +02:00
shell.nix Use flake-parts 2022-12-02 10:25:01 +00:00

Arion is a tool for building and running applications that
consist of multiple docker containers using NixOS modules.
It has special support for docker images that are built with Nix,
for a smooth development experience and improved performance.


# https://docs.hercules-ci.com/arion/[Intro and Documentation]