Initial commit
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
ovh:
|
||||
image: git.3t.network/jackhadrill/ovh:latest
|
||||
environment:
|
||||
- OVH_APP_KEY=${OVH_APP_KEY}
|
||||
- OVH_APP_SECRET=${OVH_APP_SECRET}
|
||||
- OVH_CONSUMER_KEY=${OVH_CONSUMER_KEY}
|
||||
- OVH_AUTOPAY=${OVH_AUTOPAY}
|
||||
- OVH_DEBUG=${OVH_DEBUG}
|
||||
- OVH_DATACENTERS=${OVH_DATACENTERS}
|
||||
- OVH_PLAN_CODE=${OVH_PLAN_CODE}
|
||||
- OVH_OPTIONS=${OVH_OPTIONS}
|
||||
- OVH_QUANTITY=${OVH_QUANTITY}
|
||||
Reference in New Issue
Block a user