Compare commits

...

2 Commits

Author SHA1 Message Date
35aae695c2 deployment docs 2024-12-20 06:21:14 +05:00
27e2fd14af added files for docker to ignore during build 2024-12-20 06:20:50 +05:00
2 changed files with 13 additions and 0 deletions

9
.build/prod/README.md Normal file
View File

@@ -0,0 +1,9 @@
```yaml
services:
proxy:
image: git.shihaam.dev/sarlink/omada-api-proxy/proxy
ports:
- 8000:8000
```

4
.dockerignore Normal file
View File

@@ -0,0 +1,4 @@
.env
venv/
.env.example
.git/