services: app: build: . ports: - "8080:8080" environment: - SPRING_PROFILES_ACTIVE=local restart: unless-stopped