@@ -1,15 +1,22 @@
|
||||
name: pbsclient-dev
|
||||
services:
|
||||
app:
|
||||
shell:
|
||||
build:
|
||||
dockerfile: docker/Dockerfile
|
||||
context: ../
|
||||
command: ${COMMAND}
|
||||
dockerfile: Dockerfile
|
||||
context: ../docker
|
||||
entrypoint: bash -c
|
||||
command: "echo hello && tail -f /dev/null"
|
||||
environment:
|
||||
- APP_ENV=${APP_ENV}
|
||||
- PBS_PASSWORD=${PBS_PASSWORD}
|
||||
- PBS_REPOSITORY=${PBS_REPOSITORY}
|
||||
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
|
||||
- MODE=${MODE}
|
||||
|
||||
|
||||
cli:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: ../docker
|
||||
environment:
|
||||
- PBS_PASSWORD=${PBS_PASSWORD}
|
||||
- PBS_REPOSITORY=${PBS_REPOSITORY}
|
||||
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
|
||||
command: "snapshot list"
|
||||
Reference in New Issue
Block a user