services: app: build: . container_name: local_single restart: always environment: - APP_NAME=VueApp ports: - "8080:8080"