2019-11-07 13:27:22 -05:00
|
|
|
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:
|
2020-04-20 04:52:26 -04:00
|
|
|
- "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"
|
2020-09-08 08:01:04 -04:00
|
|
|
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"
|