Skip to content

Commit

Permalink
deploy via script
Browse files Browse the repository at this point in the history
  • Loading branch information
kaangiray26 committed Jun 28, 2023
1 parent dc67ccd commit 0c3c0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
app:
image: kaangiray26/endless:1.2
image: kaangiray26/endless:1.3
restart: on-failure
ports:
- "3000:3000"
Expand All @@ -10,7 +10,7 @@ services:
condition: service_healthy
environment:
port: 3000 # Set Port
version: "1.2" # Set Version
version: "1.3" # Set Version
verbose: false # Verbose Logging
NODE_ENV: production # Set Node Environment
POSTGRES_HOST: postgres # Postgres Host/IP
Expand Down

0 comments on commit 0c3c0d5

Please sign in to comment.