Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ exposure declare and connect to this network. Services
that don't need Cloudflare exposure should **not** declare
any network in their compose file — Dokploy attaches its
own `dokploy-network` automatically on deploy (e.g. `n8n`,
`plex`, `watchtower`). `traccar` predates this and still
declares `dokploy-network` explicitly, which is redundant.
`plex`, `traccar`, `watchtower`).

**Container management:** Watchtower handles automatic
image updates using label-based opt-in
Expand Down
3 changes: 2 additions & 1 deletion traccar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ports.

## Networks

Connects to `dokploy-network` (external, managed by Dokploy).
No network is declared in the compose file — Dokploy
attaches its own network automatically on deploy.

## Notes

Expand Down
6 changes: 0 additions & 6 deletions traccar/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:
restart: unless-stopped
security_opt:
- no-new-privileges:true
networks:
- dokploy-network
ports:
- 25002:5013
- 25003:5023
Expand All @@ -21,7 +19,3 @@ services:
max-file: "3"
labels:
- com.centurylinklabs.watchtower.enable=true

networks:
dokploy-network:
external: true
Loading