version: '3.8' services: app: build: . container_name: clan-battle-record-backend env_file: - .env volumes: - ${DATA_DIR}:/app/data restart: always