Update
This commit is contained in:
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
|
||||
app:
|
||||
build: .
|
||||
environment:
|
||||
DB_HOST: host.docker.internal
|
||||
DB_PORT: 5432
|
||||
DB_NAME: ninjacross
|
||||
DB_USER: reptil1990
|
||||
DB_PASSWORD: \!Delfine1\!\!\!
|
||||
DB_SSL: "false"
|
||||
PORT: 3000
|
||||
LICENSE_SECRET: 542ff224606c61fb3024e22f76ef9ac8
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- .:/app
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user