Skip to content

Commit

Permalink
cmd container wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat committed Dec 12, 2023
1 parent f7263fc commit 3dff965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# - "workers" : launch one worker container by kind of Jobs, you can also
# choose to launch only some workers, see worker profile list below.
# - "worker" : launch one container worker with all jobs run on it.
# - "cmd" : launch a container based on worker image, useful for run cmd manualy.
# - "cmd" : launch a container based on worker image, useful for run cmd manualy.
# - "db" : launch a mariadb container, because this is the primary
# datastore for production usage, use your own service.
# - "elastisearch" : launch a elasticsearch container.
Expand Down Expand Up @@ -94,7 +94,7 @@
#
# For testing with tools:
# - COMPOSE_FILE=docker-compose.yml:docker-compose.datastores.yml:docker-compose.tools.yml
# - COMPOSE_PROFILES=app,setup,db,pma,elasticsearch,rabbitmq,redis,redis-session,workers,,cmd,mailhog,gateway-classic
# - COMPOSE_PROFILES=app,setup,db,pma,elasticsearch,rabbitmq,redis,redis-session,workers,cmd,mailhog,gateway-classic
#
# For testing with debug and SSL (the traekik is provide by Phrasea stack):
# - COMPOSE_FILE=docker-compose.yml:docker-compose.datastores.yml:docker-compose.tools.yml:docker-compose.under-phrasea.yml
Expand Down

0 comments on commit 3dff965

Please sign in to comment.