Skip to content

Commit

Permalink
don't use it, not needed in m1-m4 world and we have swc and a few oth…
Browse files Browse the repository at this point in the history
…er things to speed up
  • Loading branch information
lolopinto committed Nov 18, 2024
1 parent 242adad commit b84d430
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 71 deletions.
58 changes: 0 additions & 58 deletions docs/docs/advanced-topics/docker-sync.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs/advanced-topics/running-locally.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 5
---

# Running Locally
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/develop.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/lolopinto/ent:v0.1.17-nodejs-18-dev
FROM ghcr.io/lolopinto/ent:v0.2.0-alpha.11-nodejs-22-dev

WORKDIR /app

Expand Down
5 changes: 0 additions & 5 deletions examples/simple/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ services:
- 9229:9229 # for debugger
volumes:
- .:/app:rw,delegated
# - simple-sync:/app/:nocopy # nocopy is important
environment:
- DB_CONNECTION_STRING=postgres://$USER:@host.docker.internal/tsent_test
# - ENABLE_SWC=true

volumes:
simple-sync:
external: true
6 changes: 0 additions & 6 deletions examples/simple/docker-sync.yml

This file was deleted.

0 comments on commit b84d430

Please sign in to comment.