mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 11:48:52 +00:00
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:
parent
a4326498d1
commit
22a0c72f6e
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue