Skip to content

Commit

Permalink
🔨 chore: remove dev client
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed May 22, 2022
1 parent 9f59ddf commit 8d8d546
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,6 @@ services:
volumes:
- ./.data:/var/lib/postgresql/data

client:
container_name: "snaily-cad-client-dev"

user: node
image: node:16
command: "yarn workspace @snailycad/client dev"
ports:
- "3000:3000"
expose:
- 3000
volumes:
- .:/srv/client
env_file:
- .env
working_dir: /srv/client
depends_on:
- api
networks:
- cad_web

api:
container_name: "snaily-cad-api"

Expand Down

0 comments on commit 8d8d546

Please sign in to comment.