Giter VIP home page Giter VIP logo

Comments (1)

clementgoclock avatar clementgoclock commented on September 6, 2024

New organization:

clement@fedora:~/work/repo/teleporter-compose$ tree -L 1 -d -a
.
├── code
├── config
├── .docker
├── docs
└── .github
  • code is for local code development, no need to push to the repo
  • config is files used for container configuration and bind mounts, using new CONFIG_DIR variable in .env
    • clement@fedora:~/work/repo/teleporter-compose$ grep -nr CONFIG_DIR include.*
      include.app.compose.yaml:20:      - ${CONFIG_DIR}/vscode:/config
      include.app.compose.yaml:43:      - ${CONFIG_DIR}/caddyserver/Caddyfile:/etc/caddy/Caddyfile
      include.app.compose.yaml:63:        - ${CONFIG_DIR}/backup:/scripts
      include.app.compose.yaml:101:      - ${CONFIG_DIR}/pgadmin4/servers.json:/pgadmin4/servers.json
      include.app.compose.yaml:156:      - ${CONFIG_DIR}/mariadb/explorateur.sql:/docker-entrypoint-initdb.d/explorateur.sql
      include.core.compose.yaml:17:      - ${CONFIG_DIR}/homepage:/app/config
      include.core.compose.yaml:18:      - ${CONFIG_DIR}/homepage/images:/app/public/images
      include.core.compose.yaml:37:      - ${CONFIG_DIR}/haproxy:/usr/local/etc/haproxy
      include.core.compose.yaml:60:      - "${CONFIG_DIR}:/srv/config"
      include.core.compose.yaml:61:      - "${CONFIG_DIR}/terminal/oh-my-bash/:/root/.oh-my-bash/custom/"
      include.core.compose.yaml:62:      - "${CONFIG_DIR}/terminal/.bashrc:/root/.bashrc"
      include.core.compose.yaml:110:      - "${CONFIG_DIR}:/srv/config"
      include.core.compose.yaml:136:      - ${CONFIG_DIR}/:/app/config/
      
  • .docker for everything related to building images
  • docs for project documentaton
  • .github for github stuff like GHA workflows

@profy12 if you think something can be improve here tell, i'm closing issue

from teleporter-compose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.