add(stack): add compose file

This commit is contained in:
cnphpbb 2024-03-03 13:15:36 +08:00
parent d3bc07f60e
commit 30ca9b417a
3 changed files with 11 additions and 0 deletions

9
it-tools/compose.yml Normal file
View File

@ -0,0 +1,9 @@
# docker compose p it-tools -f it-tools/compose.yml up -d
version: "3.9"
services:
it-tools:
image: corentinth/it-tools:latest
restart: unless-stopped
ports:
- "8380:80"

1
joplin/compose.yml Normal file
View File

@ -0,0 +1 @@
#

1
mind-map/compose.yml Normal file
View File

@ -0,0 +1 @@
#