Skip to content

Commit

Permalink
Merge pull request #72 from ggeop/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ggeop authored Dec 14, 2024
2 parents 970e1f5 + cf13db4 commit 91a068e
Show file tree
Hide file tree
Showing 62 changed files with 48,875 additions and 644 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ FLASK_ENV=development
FLASK_DEBUG=1

# Docker Registry
DOCKER_REGISTRY=datadialogue # Public DockerHub registry
DOCKER_REGISTRY=localhost
TAG=latest
11 changes: 11 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Docker Settings
COMPOSE_PROJECT_NAME=data-dialogue

# Development Settings
NODE_ENV=development
FLASK_ENV=development
FLASK_DEBUG=1

# Docker Registry
DOCKER_REGISTRY=datadialogue
TAG=latest
6 changes: 6 additions & 0 deletions .env.prod
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Docker Settings
COMPOSE_PROJECT_NAME=data-dialogue

# Docker Registry
DOCKER_REGISTRY=datadialogue
TAG=latest
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Environment variables
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
Expand Down
131 changes: 0 additions & 131 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 91a068e

Please sign in to comment.