Skip to content

Commit

Permalink
fix: Corrigindo docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacAndra committed Sep 11, 2024
1 parent 38f22d2 commit d24a2b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ services:
blog_api_server:
image: isaacandra/blog-api-server
restart: always
build:
context: .
dockerfile: blog-api-server/Dockerfile
working_dir: /blog-api-server
build: .
environment:
TZ: America/Sao_Paulo
SPRING.DATASOURCE.URL: jdbc:postgresql://postgres:5432/blog
Expand Down

0 comments on commit d24a2b8

Please sign in to comment.