This simplifies the docker-compose.yml management, by leaving it uncommented as devs can selectively start any of the services defined by name, eg. docker compose up ldap, while new users can start up everything with docker compose up.
Additionally, I added a mapping to the web volumes list, /akkounts/node_modules will excludenode_modules from being mounted, ensuring it is defined as a docker-only directory within the mounted directory.
Added PRIMARY_DOMAIN: kosmos.org env to both the web and sidekiq docker compose directives.
This simplifies the `docker-compose.yml` management, by leaving it uncommented as devs can selectively start any of the services defined by name, eg. `docker compose up ldap`, while new users can start up everything with `docker compose up`.
Additionally, I added a mapping to the web volumes list, `/akkounts/node_modules` will *exclude* `node_modules` from being mounted, ensuring it is defined as a docker-only directory within the mounted directory.
Added `PRIMARY_DOMAIN: kosmos.org` env to both the `web` and `sidekiq` docker compose directives.
slvrbckt
added the bug label 2023-06-23 15:25:57 +00:00
raucao
changed title from Fix docker volume mappings for `node_modules`, leave docker-compose.yml uncommented to Fix docker volume mappings for `node_modules`, improve docker-compose.yml usage2023-06-23 15:38:12 +00:00
raucao
changed title from Fix docker volume mappings for `node_modules`, improve docker-compose.yml usage to Fix docker volume mappings for `node_modules`, improve docker-compose usage2023-06-23 15:38:20 +00:00
raucao
merged commit b32e2fcb7b into master2023-06-23 15:38:31 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This simplifies the
docker-compose.ymlmanagement, by leaving it uncommented as devs can selectively start any of the services defined by name, eg.docker compose up ldap, while new users can start up everything withdocker compose up.Additionally, I added a mapping to the web volumes list,
/akkounts/node_moduleswill excludenode_modulesfrom being mounted, ensuring it is defined as a docker-only directory within the mounted directory.Added
PRIMARY_DOMAIN: kosmos.orgenv to both thewebandsidekiqdocker compose directives.👍
Fix docker volume mappings for `node_modules`, leave docker-compose.yml uncommentedto Fix docker volume mappings for `node_modules`, improve docker-compose.yml usageFix docker volume mappings for `node_modules`, improve docker-compose.yml usageto Fix docker volume mappings for `node_modules`, improve docker-compose usage