aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 066f38bc1284cab7f42c8412a64213c9dbcaa118 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: "3.7"
services:
  snekbox:
    container_name: snekbox
    privileged: true
    image: ghcr.io/python-discord/snekbox:latest
    ports:
     - 8060:8060
    init: true
    ipc: none
    build:
      context: .
      dockerfile: docker/Dockerfile