version: '3.3'
services:
  frostbyte:
    container_name: frostbyte
    build:
      dockerfile: Containerfile
    ports:
      - '8080:8080'
    restart: always
    logging:
      options:
        max-size: 10m
    image: frostbyte