aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 3062af38b281f56f8f46f5a8f25bacf65ca75a83 (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: Dockerfile