Skip to content

Commit

Permalink
feature add to get holidays #2 mod docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kynmh69 committed Mar 9, 2024
1 parent f819a30 commit 5212302
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ services:
- database
networks:
- net-1

api:
build:
context: .
dockerfile: .docker/api/Dockerfile
environment:
- TZ=Asia/Tokyo
depends_on:
- database
networks:
- net-1
volumes:
- ./src:/go/app:rw

volumes:
psql_data:
Expand Down

0 comments on commit 5212302

Please sign in to comment.