version: '3.3' services: kwaylon: container_name: kwaylon image: kwaylon:latest build: context: ./ dockerfile: .devcontainer/Dockerfile # restart: unless-stopped network_mode: host tty: true stdin_open: true volumes: # give access to the system time as read-only - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - ./:/kwaylon # - ./src:/usr/app/src # - ./data:/usr/app/data # - ./pics:/discord_pics