feat: deploy stuff
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
swissknife:
|
||||
build: .
|
||||
container_name: swissknife
|
||||
ports:
|
||||
- "7860:7860"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- misc
|
||||
|
||||
networks:
|
||||
misc:
|
||||
external: true
|
||||
Reference in New Issue
Block a user