mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 23:42:54 +00:00
use include
for docker-compose
This commit is contained in:
parent
f6d5be469c
commit
5323dad022
7
.docker/bloop.yaml
Normal file
7
.docker/bloop.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
bloop:
|
||||||
|
build:
|
||||||
|
context: bloop
|
||||||
|
image: ghcr.io/carapace-sh/carapace-bin:bloop
|
||||||
|
volumes:
|
||||||
|
- '..:/carapace-bin:ro'
|
7
.docker/nix.yaml
Normal file
7
.docker/nix.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
nix:
|
||||||
|
build:
|
||||||
|
context: nix
|
||||||
|
image: ghcr.io/carapace-sh/carapace-bin:nix
|
||||||
|
volumes:
|
||||||
|
- '..:/carapace-bin:ro'
|
@ -1,5 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
build: &base
|
build: &base
|
||||||
image: ghcr.io/carapace-sh/carapace
|
image: ghcr.io/carapace-sh/carapace
|
||||||
@ -79,14 +77,9 @@ services:
|
|||||||
# user: 1000:1000
|
# user: 1000:1000
|
||||||
command: bash -c 'go run ./cmd/carafmt completers/*/cmd/*.go'
|
command: bash -c 'go run ./cmd/carafmt completers/*/cmd/*.go'
|
||||||
|
|
||||||
nix:
|
include:
|
||||||
build:
|
- .docker/bloop.yaml
|
||||||
context: .docker
|
- .docker/nix.yaml
|
||||||
dockerfile: nix.Dockerfile
|
|
||||||
image: nixos/nix
|
|
||||||
volumes:
|
|
||||||
- '.:/carapace-bin:ro'
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
go:
|
go:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user