fixed unnamed valumes

main
Andre Challier 2024-03-27 13:14:36 +01:00
parent 84b540da3a
commit 604330d367
1 changed files with 4 additions and 1 deletions

View File

@ -15,13 +15,16 @@ services:
context: ./webhooks-git
dockerfile: Dockerfile
volumes:
- static-files:/etc/static-files
- static-files: /etc/static-files
volumes:
static-files:
name: static-files
external: true
webhooks-git-ssh:
name: webhooks-git-ssh
external: true
webhooks-git-data:
name: webhooks-git-data
external: true