mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Update test compose file
Update test compose file
This commit is contained in:
parent
c49f340d2d
commit
e9268dbbb8
1 changed files with 51 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3.5"
|
|
||||||
services:
|
services:
|
||||||
my-service:
|
my-service:
|
||||||
build:
|
build:
|
||||||
|
|
@ -23,3 +22,54 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
command: /app/print-random-stuff.sh
|
command: /app/print-random-stuff.sh
|
||||||
|
|
||||||
|
my-service4-prof1:
|
||||||
|
build:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
context: .
|
||||||
|
command: /app/print-random-stuff.sh
|
||||||
|
profiles:
|
||||||
|
- prof1
|
||||||
|
|
||||||
|
my-service5-prof1:
|
||||||
|
build:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
context: .
|
||||||
|
command: /app/print-random-stuff.sh
|
||||||
|
profiles:
|
||||||
|
- prof1
|
||||||
|
|
||||||
|
my-service6-prof2:
|
||||||
|
build:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
context: .
|
||||||
|
command: /app/print-random-stuff.sh
|
||||||
|
profiles:
|
||||||
|
- prof2
|
||||||
|
|
||||||
|
my-service7-prof3:
|
||||||
|
build:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
context: .
|
||||||
|
command: /app/print-random-stuff.sh
|
||||||
|
profiles:
|
||||||
|
- prof3
|
||||||
|
|
||||||
|
my-service8-prof12:
|
||||||
|
build:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
context: .
|
||||||
|
command: /app/print-random-stuff.sh
|
||||||
|
profiles:
|
||||||
|
- prof1
|
||||||
|
- prof2
|
||||||
|
|
||||||
|
my-service9-prof123:
|
||||||
|
build:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
context: .
|
||||||
|
command: /app/print-random-stuff.sh
|
||||||
|
profiles:
|
||||||
|
- prof1
|
||||||
|
- prof2
|
||||||
|
- prof3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue