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 context: ./ssb-server
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- ~/.ssb-test/:/home/astroport/.ssb - ${SSB_PATH}:/home/astroport/.ssb
secret2dunikey: secret2dunikey:
build: build:
context: . context: .
dockerfile: ./secret2dunikey/Dockerfile dockerfile: ./secret2dunikey/Dockerfile
volumes: volumes:
- ~/.ssb-test/:/home/astroport/.ssb - ${SSB_PATH}:/home/astroport/.ssb
tip: tip:
build: build:
context: . context: .
dockerfile: ./tip/Dockerfile dockerfile: ./tip/Dockerfile
tty: true tty: true
volumes: volumes:
- ~/.ssb-test/:/home/astroport/.ssb - ${SSB_PATH}:/home/astroport/.ssb
links: links:
- ssb-server - ssb-server
depends_on: depends_on: