Compare commits
2 Commits
f72ad2769f
...
791b46a21e
| Author | SHA1 | Date | |
|---|---|---|---|
| 791b46a21e | |||
| 0418ba00f0 |
@@ -96,8 +96,8 @@ ehthumbs.db
|
|||||||
# Logs
|
# Logs
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
*.log
|
*.log
|
||||||
logs/
|
/logs/
|
||||||
log/
|
/log/
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# Database & Data
|
# Database & Data
|
||||||
@@ -144,4 +144,4 @@ Makefile
|
|||||||
.npmrc
|
.npmrc
|
||||||
|
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
|
|||||||
@@ -28,12 +28,12 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: backend/Dockerfile
|
dockerfile: backend/Dockerfile
|
||||||
env_file:
|
env_file:
|
||||||
- .env.example
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-control
|
- postgres-control
|
||||||
- postgres-target
|
- postgres-target
|
||||||
ports:
|
ports:
|
||||||
- "4000:4000"
|
- "5000:4000"
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user