Skip to content

Commit

Permalink
fix: repair platform-dev deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Mar 11, 2020
1 parent 6121283 commit eaaa30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployments/platform-dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ logs:

.PHONY: flushdb
flushdb: down
docker volume rm platform_db_data
docker volume rm -f platform_db_data || true
4 changes: 1 addition & 3 deletions deployments/platform-dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ services:
- internal

forestadmin:
build:
context: ../../tool/forestadmin
dockerfile: Dockerfile
image: pathwar/forestadmin:latest
environment:
- APPLICATION_PORT=3310
- DATABASE_URL=mysql://$MYSQL_USER:$MYSQL_PASSWORD@db:3306/pathwar
Expand Down

0 comments on commit eaaa30a

Please sign in to comment.