renamed pbsclient to pbs-client folder and docker image
All checks were successful
/ build-image (push) Successful in 16s
All checks were successful
/ build-image (push) Successful in 16s
This commit is contained in:
15
pbs-client/dev/compose.yml
Normal file
15
pbs-client/dev/compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: pbsclient-dev
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
dockerfile: docker/Dockerfile
|
||||
context: ../
|
||||
command: ${COMMAND}
|
||||
environment:
|
||||
- APP_ENV=${APP_ENV}
|
||||
- PBS_PASSWORD=${PBS_PASSWORD}
|
||||
- PBS_REPOSITORY=${PBS_REPOSITORY}
|
||||
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
|
||||
- MODE=${MODE}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user