création paramétrer le ssb-path

This commit is contained in:
joseelinchevalay 2020-04-01 09:18:31 +02:00
parent 757a90df9a
commit 631c5e8caf
1 changed files with 3 additions and 3 deletions

View File

@ -49,20 +49,20 @@ services:
context: ./ssb-server
dockerfile: Dockerfile
volumes:
- ~/.ssb-test/:/home/astroport/.ssb
- ${SSB_PATH}:/home/astroport/.ssb
secret2dunikey:
build:
context: .
dockerfile: ./secret2dunikey/Dockerfile
volumes:
- ~/.ssb-test/:/home/astroport/.ssb
- ${SSB_PATH}:/home/astroport/.ssb
tip:
build:
context: .
dockerfile: ./tip/Dockerfile
tty: true
volumes:
- ~/.ssb-test/:/home/astroport/.ssb
- ${SSB_PATH}:/home/astroport/.ssb
links:
- ssb-server
depends_on: