Skip to content

Commit

Permalink
Remove docker compose profiles targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Răzvan Burlăcioiu committed Mar 21, 2022
1 parent aaf287c commit 55ab99e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: '3.1'
services:
hello: # stateless spring application
image: hello-img
profiles: ["apps", "all"]
build: .
ports:
- 8080:8080
Expand All @@ -16,7 +15,6 @@ services:
loki-url: "http://host.docker.internal:3100/loki/api/v1/push"
mongo: # mongo document DB
image: mongo:5.0.2
profiles: ["apps", "all"]
restart: always
ports:
- 27017:27017
Expand All @@ -29,7 +27,6 @@ services:
loki-url: "http://host.docker.internal:3100/loki/api/v1/push"
mongo-admin-ui: # mongoDB admin UI
image: mongo-express
profiles: ["apps", "all"]
restart: always
ports:
- 8090:8081
Expand Down

0 comments on commit 55ab99e

Please sign in to comment.