Skip to content

Commit

Permalink
uniquify container names for latest docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Mar 12, 2024
1 parent 5edebb9 commit 3bc2097
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "3"
services:
community:
image: labkey/community
container_name: ${IDENT:-labkey}
container_name: labkey
# build: {"context": ".", "args": ["LABKEY_VERSION=21.3-SNAPSHOT"]}
# deploy:
# resources:
Expand Down Expand Up @@ -115,7 +115,7 @@ services:
# below are for internal LabKey testing
allpg:
image: ${COMPOSE_IMAGE:-labkey/community}
container_name: ${IDENT:-allpg}
container_name: allpg
# build: {"context": ".", "args": ["LABKEY_VERSION=21.3-SNAPSHOT"]}
# deploy:
# resources:
Expand Down Expand Up @@ -224,7 +224,7 @@ services:

enterprise:
image: ${COMPOSE_IMAGE:-labkey/community}
container_name: ${IDENT:-enterprise}
container_name: enterprise
# build: {"context": ".", "args": ["LABKEY_VERSION=21.3-SNAPSHOT"]}
# deploy:
# resources:
Expand Down Expand Up @@ -333,7 +333,7 @@ services:

lims_starter:
image: ${COMPOSE_IMAGE:-labkey/community}
container_name: ${IDENT:-lims_starter}
container_name: lims_starter
# build: {"context": ".", "args": ["LABKEY_VERSION=21.3-SNAPSHOT"]}
# deploy:
# resources:
Expand Down Expand Up @@ -361,7 +361,7 @@ services:
- LOG_LEVEL_SPRING_WEB=INFO
- LOG_LEVEL_TOMCAT=DEBUG
- LOG_LEVEL_DEFAULT=DEBUG
- LOG_LEVEL_LABKEY_DEFAULT=DEBUG
- LOG_LEVEL_LABKEY_DEFAULT=INFO
- LOG_LEVEL_API_SETTINGS=DEBUG
- LOG_LEVEL_API_MODULELOADER=DEBUG

Expand Down

0 comments on commit 3bc2097

Please sign in to comment.