Skip to content

Commit

Permalink
Remove old gamma from dev flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ViddeM committed Jun 23, 2024
1 parent 34eb431 commit 56285a4
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,46 +63,3 @@ services:
- ${REDIS_UI_PORT}:7843
volumes:
- /settings

# gamma-frontend:
# image: cthit/gamma-frontend:development
# environment:
# HTTP_PROXY: http://gamma-backend:3000
# ports:
# - ${LOCAL_GAMMA_FRONTEND_PORT}:3000

# gamma-backend:
# image: cthit/gamma-backend
# environment:
# # Default admin user name = admin
# # Default admin password = password

# DB_USER: gamma
# DB_PASSWORD: gamma
# DB_HOST: gamma-db
# DB_PORT: 5432
# DB_NAME: gamma

# REDIS_HOST: gamma-redis
# REDIS_PASSWORD: ""
# REDIS_PORT: 6379

# SERVER_PORT: 3000
# SUCCESSFUL_LOGIN: http://localhost:${LOCAL_GAMMA_FRONTEND_PORT}
# CORS_ALLOWED_ORIGIN: http://localhost:${LOCAL_GAMMA_FRONTEND_PORT}
# BACKEND_URI: http://localhost:${LOCAL_GAMMA_BACKEND_PORT}/api/
# PRODUCTION: "false"
# COOKIE_DOMAIN: localhost
# IS_MOCKING: "true"
# ports:
# - ${LOCAL_GAMMA_BACKEND_PORT}:3000

# gamma-redis:
# image: redis:5.0

# gamma-db:
# image: postgres:10
# environment:
# POSTGRES_USER: gamma
# POSTGRES_DB: gamma
# POSTGRES_PASSWORD: gamma

0 comments on commit 56285a4

Please sign in to comment.