ai:plandex
Differences
This shows you the differences between two versions of the page.
ai:plandex [2024/08/01 13:44] – created Wulf Rajek | ai:plandex [2024/09/24 11:22] (current) – removed Wulf Rajek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Plandex ====== | ||
- | |||
- | :!: work in progress | ||
- | |||
- | https:// | ||
- | |||
- | < | ||
- | mkdir -p / | ||
- | |||
- | git clone https:// | ||
- | cd plandex | ||
- | VERSION=$(cat app/ | ||
- | git checkout server/ | ||
- | cd app | ||
- | #docker build -t plandex-server -f Dockerfile.server . | ||
- | </ | ||
- | |||
- | < | ||
- | cd plandex/app | ||
- | docker compose build | ||
- | docker compose up | ||
- | </ | ||
- | |||
- | <code docker-plandex.yaml> | ||
- | name: plandex | ||
- | services: | ||
- | plandex-postgres: | ||
- | image: postgres: | ||
- | restart: always | ||
- | environment: | ||
- | - GOENV=development | ||
- | - POSTGRES_PASSWORD=postgres | ||
- | - POSTGRES_USER=plandex | ||
- | - PGDATA_DIR=/ | ||
- | - PLANDEX_DATA_DIR=/ | ||
- | - DATABASE_URL: | ||
- | ports: | ||
- | - " | ||
- | volumes: | ||
- | - ./ | ||
- | - / | ||
- | networks: | ||
- | - plandex-network | ||
- | plandex-server: | ||
- | build: | ||
- | context: . | ||
- | dockerfile: Dockerfile.server | ||
- | volumes: | ||
- | - "/ | ||
- | ports: | ||
- | - " | ||
- | environment: | ||
- | - GOENV=development | ||
- | - POSTGRES_PASSWORD=postgres | ||
- | - POSTGRES_USER=plandex | ||
- | - PGDATA_DIR=/ | ||
- | - PLANDEX_DATA_DIR=/ | ||
- | - DATABASE_URL: | ||
- | #- SMTP_HOST | ||
- | #- SMTP_PORT | ||
- | #- SMTP_USER | ||
- | #- SMTP_PASSWORD | ||
- | networks: | ||
- | - plandex-network | ||
- | depends_on: | ||
- | - plandex-postgres | ||
- | command: | ||
- | [ | ||
- | "/ | ||
- | " | ||
- | "/ | ||
- | ] | ||
- | |||
- | networks: | ||
- | plandex-network: | ||
- | driver: bridge | ||
- | </ | ||
ai/plandex.1722516264.txt.gz · Last modified: by Wulf Rajek