Browse Source
Merge pull request #3 from Anatole-DC/2_compose
feat: exercice 2 compose
main
Anatole De Chauveron
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
2_compose/docker-compose.yml
|
|
@ -0,0 +1,8 @@ |
|
|
|
|
|
version: "3" |
|
|
|
|
|
services: |
|
|
|
|
|
convos: |
|
|
|
|
|
image: "convos/convos:v6.31" |
|
|
|
|
|
volumes: |
|
|
|
|
|
- ./data:/data |
|
|
|
|
|
ports: |
|
|
|
|
|
- "2021:3000" |