Skip to content

Commit

Permalink
feat(docker): add stack env to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
PaiJi committed Jan 21, 2024
1 parent c3ec244 commit fd3fd5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- 3000:3000
environment:
- NODE_ENV=production
env_file:
- stack.env
networks:
static-network:
ipv4_address: 10.0.0.9
Expand Down

0 comments on commit fd3fd5f

Please sign in to comment.