aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-07-17 13:17:45 +0100
committerGravatar Chris Lovering <[email protected]>2022-07-21 13:03:22 +0100
commit76caa093b9943549de6b05d8610cd1c10da2717d (patch)
treebf8fd044115d456324eba201dbcdf9ab69d92d9f
parentUpdate snekbox tests to expect new output (diff)
Start 3.11 snekbox container by default
Since snekbox uses 3.11 by default, it makes sense for this one to be started by default, and the 3.10 container to be opt-in.
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index f0d3f934f..f7759566b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -61,6 +61,8 @@ services:
ports:
- "127.0.0.1:8060:8060"
privileged: true
+ profiles:
+ - "3.10"
snekbox-311:
<< : *logging
@@ -71,8 +73,6 @@ services:
ports:
- "127.0.0.1:8065:8060"
privileged: true
- profiles:
- - "3.11"
web:
<< : *logging