diff options
| author | 2019-03-29 00:50:00 -0700 | |
|---|---|---|
| committer | 2019-03-29 00:56:56 -0700 | |
| commit | d1fe03b0a58f74ce897ba840e9d6313b2e6b14a6 (patch) | |
| tree | 8a52761b7f28f523918e123890e6f4cca646eb81 /docker-compose.yml | |
| parent | Remove GitLab CI config (diff) | |
Restructure Docker images
* Create a separate image for the virtual environment
* Build NsJail in the base image
* Remove the NsJail binaries
* Replace tini with Docker's init feature
* Update Python to 3.7.3
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 2b22db4..1fe8e39 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,8 @@ -version: '3' +version: "3.7" services: pdsnk: hostname: "pdsnk" privileged: true image: pythondiscord/snekbox:latest network_mode: "host" + init: true |