Whitespace and gitignore

master
Mark 2022-10-13 07:59:08 -07:00
parent 9ea5fe3b5f
commit eb22f37654
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
4 changed files with 14 additions and 14 deletions

View File

@ -13,4 +13,4 @@ insert_final_newline = false
[*.yml] [*.yml]
indent_style = space indent_style = space
indent_size = 4 indent_size = 2

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
jupyter/jupyter
jupyter/notebooks

2
jupyter/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
jupyter/
notebooks/

View File

@ -1,15 +1,15 @@
version: "2" version: "2"
services: services:
syncserver: syncserver:
build: ./build build: ./build
container_name: syncthing container_name: syncthing
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- "./stdata:/stdata" - "./stdata:/stdata"
- "./stconfig:/stconfig" - "./stconfig:/stconfig"
# host:container
ports: ports:
- "8384:8384" - "8384:8384"
- "22067:22067" - "22067:22067"