Skip to content

Commit

Permalink
disable gql and bump version 4.0.0 -> 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Jun 17, 2021
1 parent 1f06cae commit c51e48b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,22 @@ services:
- ${SHARE_PATH}:/etc/bcd
logging: *bcd-logging

graphql:
restart: always
image: bakingbad/bcdhub-graphql:${TAG:-latest}
build:
context: .
dockerfile: build/graphql/Dockerfile
env_file:
- .env
depends_on:
- mq
- db
ports:
- 127.0.0.1:3000:3000
volumes:
- ${SHARE_PATH}:/etc/bcd
logging: *bcd-logging
# graphql:
# restart: always
# image: bakingbad/bcdhub-graphql:${TAG:-latest}
# build:
# context: .
# dockerfile: build/graphql/Dockerfile
# env_file:
# - .env
# depends_on:
# - mq
# - db
# ports:
# - 127.0.0.1:3000:3000
# volumes:
# - ${SHARE_PATH}:/etc/bcd
# logging: *bcd-logging

volumes:
esdata:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "bcdhub",
"version": "4.0.0"
"version": "4.0.1"
}

0 comments on commit c51e48b

Please sign in to comment.