generated from DAM/ts-TEMPLATE
fix: correct port references in README and add commented ports section
- README: use 3456 instead of 3000 - docker-compose.yml: add commented ports for optional direct access
This commit is contained in:
@@ -80,7 +80,7 @@ ts-vikunja/
|
|||||||
- Uncomment and adjust the ports mapping if you need direct access (without Tailscale):
|
- Uncomment and adjust the ports mapping if you need direct access (without Tailscale):
|
||||||
```yaml
|
```yaml
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3456:3456
|
||||||
```
|
```
|
||||||
- Stopping the Services
|
- Stopping the Services
|
||||||
```bash
|
```bash
|
||||||
@@ -147,7 +147,7 @@ This repo ships with two serve configuration options:
|
|||||||
| File | Use Case | Description |
|
| File | Use Case | Description |
|
||||||
|------|----------|-------------|
|
|------|----------|-------------|
|
||||||
| `tailscale/config/serve.json` | Tailscale (default) | Supports both HTTP and HTTPS when MagicDNS + certs are configured |
|
| `tailscale/config/serve.json` | Tailscale (default) | Supports both HTTP and HTTPS when MagicDNS + certs are configured |
|
||||||
| `tailscale/config/serve.headscale.json` | Headscale / no certs | HTTP-only on port 80 |
|
| `tailscale/config/serve.headscale.json` | Headscale / no certs | HTTP-only on port 3456 |
|
||||||
|
|
||||||
**To switch to Headscale mode:**
|
**To switch to Headscale mode:**
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ services:
|
|||||||
|
|
||||||
vikunja:
|
vikunja:
|
||||||
image: vikunja/vikunja:0.24
|
image: vikunja/vikunja:0.24
|
||||||
|
# ports:
|
||||||
|
# - 3456:3456
|
||||||
environment:
|
environment:
|
||||||
VIKUNJA_DATABASE_TYPE: postgres
|
VIKUNJA_DATABASE_TYPE: postgres
|
||||||
VIKUNJA_DATABASE_HOST: 127.0.0.1
|
VIKUNJA_DATABASE_HOST: 127.0.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user