51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
version: '3'
|
|
services:
|
|
gcs-fixture:
|
|
build:
|
|
context: .
|
|
args:
|
|
port: 80
|
|
bucket: "bucket"
|
|
token: "o/oauth2/token"
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./testfixtures_shared/shared:/fixture/shared
|
|
ports:
|
|
- "80"
|
|
gcs-fixture-third-party:
|
|
build:
|
|
context: .
|
|
args:
|
|
port: 80
|
|
bucket: "bucket"
|
|
token: "o/oauth2/token"
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./testfixtures_shared/shared:/fixture/shared
|
|
ports:
|
|
- "80"
|
|
gcs-fixture-other:
|
|
build:
|
|
context: .
|
|
args:
|
|
port: 80
|
|
bucket: "bucket"
|
|
token: "o/oauth2/token"
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./testfixtures_shared/shared:/fixture/shared
|
|
ports:
|
|
- "80"
|
|
gcs-fixture-repositories-metering:
|
|
build:
|
|
context: .
|
|
args:
|
|
port: 80
|
|
bucket: "bucket"
|
|
token: "o/oauth2/token"
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./testfixtures_shared/shared:/fixture/shared
|
|
ports:
|
|
- "80"
|