Skip to content

Commit

Permalink
naming and port
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbloch committed Nov 6, 2020
1 parent 3515ad0 commit 27fcb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions prod.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: "3"
version: '3.7'
services:
backend:
name: g2-backend
build:
context: . # Use the dockerfile in this repo
dockerfile: Dockerfile
ports:
- "3333:3000"
- "3001:3000"
environment:
DATABASE_URL: mysql://host.docker.internal:3306/g2_dev?user=g2_dev_user&password=mstFVVS4ASEDMZlx0TWsWABmo&serverTimezone=UTC
entrypoint: [ "./prod-entrypoint.sh" ]

0 comments on commit 27fcb55

Please sign in to comment.