Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env.slic
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,8 @@ SLIC_WP_AUTO_UPDATE_CORE=false
# This value will be assigned to the AUTOMATIC_UPDATER_DISABLED constant defined in the wp-config.php file.
# Set to `false` to allow all types of automatic updates.
SLIC_AUTOMATIC_UPDATER_DISABLED=true

# This value will be used as the compose project name, which adds a prefix to the container names.
# It's useful to avoid conflicts when running multiple instances of slic in parallel.
# More details: https://docs.docker.com/compose/how-tos/project-name/
SLIC_COMPOSE_PROJECT_NAME=slic
3 changes: 3 additions & 0 deletions slic-stack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# docker compose configuration file used to run cross-activation tests.

# Add a prefix to containers to avoid conflicts when running in parallel. Default 'slic'.
name: ${SLIC_COMPOSE_PROJECT_NAME:-slic}

networks:
slic:

Expand Down