version: '3' services: siren: image: siren container_name: siren build: context: . dockerfile: ./Dockerfile args: - JAVA_VERSION=17 - VERSION=0.1.9 volumes: - ./data:/app restart: unless-stopped