fixed unnamed valumes
parent
84b540da3a
commit
604330d367
|
|
@ -15,13 +15,16 @@ services:
|
||||||
context: ./webhooks-git
|
context: ./webhooks-git
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- static-files:/etc/static-files
|
- static-files: /etc/static-files
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
static-files:
|
static-files:
|
||||||
|
name: static-files
|
||||||
external: true
|
external: true
|
||||||
webhooks-git-ssh:
|
webhooks-git-ssh:
|
||||||
|
name: webhooks-git-ssh
|
||||||
external: true
|
external: true
|
||||||
webhooks-git-data:
|
webhooks-git-data:
|
||||||
|
name: webhooks-git-data
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue