Update docker-compose.dev.yml to prevent error message on first build (#14178)

* Remove deprecated version element from top-level

* Remove unncessary image for client and server services

Co-authored-by: Gabriel Araujo <gabriel.goncalves@solarisbank.de>
This commit is contained in:
Gabriel Araujo 2022-10-12 22:53:05 +02:00 committed by GitHub
parent a4326498d1
commit 22a0c72f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,3 @@
version: "3"
services:
client:
build:
@ -9,7 +8,6 @@ services:
- server
environment:
- BASE_URL=http://server:3000
image: habitica
networks:
- habitica
ports:
@ -27,7 +25,6 @@ services:
- mongo
environment:
- NODE_DB_URI=mongodb://mongo/habitrpg
image: habitica
networks:
- habitica
ports: