mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +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:
|
||||
build: &base
|
||||
image: ghcr.io/carapace-sh/carapace
|
||||
@ -79,14 +77,9 @@ services:
|
||||
# user: 1000:1000
|
||||
command: bash -c 'go run ./cmd/carafmt completers/*/cmd/*.go'
|
||||
|
||||
nix:
|
||||
build:
|
||||
context: .docker
|
||||
dockerfile: nix.Dockerfile
|
||||
image: nixos/nix
|
||||
volumes:
|
||||
- '.:/carapace-bin:ro'
|
||||
|
||||
include:
|
||||
- .docker/bloop.yaml
|
||||
- .docker/nix.yaml
|
||||
|
||||
volumes:
|
||||
go:
|
||||
|
Loading…
x
Reference in New Issue
Block a user