FrostByte/container/compose.yml
2023-10-20 03:28:35 +02:00

14 lines
252 B
YAML

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