Skip to content

Commit

Permalink
fix: allow dev deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Oct 24, 2021
1 parent a1eb0f8 commit 5f8e131
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
context: .
dockerfile: ./Resources/docker/app/Dockerfile

# # docker-compose -f docker-compose.yml -f Resources/compose/docker-compose-dev.yml up -d
# docker-compose -f docker-compose.yml -f docker-compose-dev.yml up -d
5 changes: 5 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: '2.4'

services:
app:
image: pokeapi/pokeapi:master
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ services:
restart: always

app:
image: pokeapi/pokeapi:master
user: ${RUN_AS:-pokeapi}
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-pokemon}
Expand Down

0 comments on commit 5f8e131

Please sign in to comment.