Skip to content

Commit

Permalink
add env vars for testing flow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Aug 2, 2024
1 parent 8c185a9 commit 1583f11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ services:
context: ./api
dockerfile: Dockerfile
target: development
environment:
- AUTH_TOKEN=secret
- TIFF_PATH=/opt/api/test_data
- GRID_TILES_PATH=/opt/api/test_data/grid
networks:
- amazonia360-network

Expand Down

0 comments on commit 1583f11

Please sign in to comment.