Merge branch 'main' of code.criminallycute.fi:thordinary/docker-compose

This commit is contained in:
Thord Johansson 2023-07-24 19:40:39 +02:00
commit 282e2f867d

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# ignore everything
*
# don't ignore dirs so we can look inside them
!*/
# but do ignore volumes and subsubdirs
volumes/
*/*/
# only allow .yml files
!*.yml
!*.md
!.gitignore
.env