Skip to content

Commit

Permalink
Added APP_ENV in docker-compose.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Mar 27, 2022
1 parent 55b24db commit 06fa595
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 @@ -4,6 +4,8 @@ services:
image: "limingxinleo/roc-skeleton:latest"
build:
context: "."
environment:
APP_ENV: "${APP_ENV:-prod}"
networks:
- net
restart: "always"
Expand Down

0 comments on commit 06fa595

Please sign in to comment.